Best PhpStorm plugins for Symfony development

PhpStorm – polecane wtyczki

Martin zebrał wtyczki do PhpStorm, które są godne uwagi z naciskiem na framework Symfony. Ale moim zdaniem każdy znajdzie coś dobrego dla siebie:

  • PHP Annotations
  • PHP Toolbox
    This plugin provides „Method References” and „Type Provider” extracted from the Symfony Plugin. You can configure the plugin with simple per project files .ide-toolbox.metadata.json to support for eg $f->(’date_time’)->format, new Datetime(’caret’). Also it improves some PhpStorm Core functionality.
  • Symfony Plugin
  • PHPUnit Enhancement
    PhpStorm plugin to provide smart autocomplete, code navigation and refactoring features for mocked class methods.
  • PHP composer.json support
  • Php Inspections (EA Extended)
    This plugin is a Static Code Analysis tool for PHP (aka inspections in JetBrains products)
  • Twig Support
  • .env files support
  • .ignore

Używacie innych wtyczek? Ja korzystam również z „Phalcon auto-complete” i „BashSupport”.

Tagged: