Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Next
-
None
-
None
Description
in PHPStorm it is very handy to write stuff like $foo.if->tab will expand to:
if($foo) { }
https://blog.jetbrains.com/phpstorm/2015/05/postfix-code-completion-for-php-in-phpstorm-9-eap/
please add this feature to the PHP editor.
Regards
Chris