PhpStorm – PHP IDE with Intelligent editor

454 views

PhpStorm - PHP IDE with Intelligent editor
PhpStorm provides rich and intelligent code editor for PHP with syntax highlighting, extended code formatting configuration, on-the-fly error checking, and smart code completion.

PHP code completion (local scope)

PHP Code Completion

Code completion (Ctrl + Space) finalizes classes, methods, variable names, and PHP keywords, plus commonly used names for fields and variables depending on their type.

Code completion only includes local scope on first invocation. Press Ctrl+Space again to see all global variants.

PHP code completion (global scope)

PHPDoc Support

PHPDoc: @property & @method declarations completion &   resolution

PhpStorm editor respects PHPDoc

in your

code and provides appropriate code completion suggestions based on @property, @method and @var annotations.

When you edit PHPDoc for your code, the variables names and types are auto-completed from the corresponding code blocks.

PHP code refactorings also consider PHPDocs to keep them up-to-date.

PHP Refactoring

Rename refactoring works for files, functions, constants, classes, properties, methods, parameters, local and global variables. Make global project changes easily and safely. Local changes are made instantly in-place.

Related Posts with Thumbnails


Comments

  1. Great information! I’ve been looking for something like this for a while now. Thanks!

  2. Genial fill someone in on and this enter helped me alot in my college assignement. Gratefulness you for your information.

  3. I prefer Codelobster PHP Edition – http://www.codelobster.com
    It work better for me

Leave a Reply