PhpStorm 2017.3 Help

PHP Support

PHP support includes:

PHP development support in PhpStorm is provided through the PHP plugin. The plugin is activated by default. If the plugin is disabled, enable it on the Plugins settings page 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
Last modified: 29 March 2018

See Also