PhpStorm 2017.1 Help

PHP Support

PHP support includes:

PHP development support in PhpStorm is provided through the PHP plugin. The plugin is bundled with PhpStorm and activated by default. If the plugin is not activated, enable it on the Plugins page of the Settings / Preferences Dialog as described in Enabling and Disabling Plugins.

Syntax Highlighting

  • Basic syntax highlighting:
    php_syntax_highlighting.png
  • Improved PHP syntax coloring for various constructs. There are separate colors for: function and method declarations; function calls, static and instance method calls; classes and interfaces, static and instance class fields:
    php_syntax_highlighting_different_colors_for_constructs.png

Error highlighting

php_error_highlighting.png

Basic on-the-fly code completion

php_basic_completion_on_the_fly.png

Class Completion

php_class_completion.png

Intention actions and quick fixes

php_quick_fix.png

See Also

Last modified: 19 July 2017