King2500 / idea-php-advanced-autocomplete

Plugin for PhpStorm IDE. Adds auto-completion support for various built-in PHP functions, where parameter is a string literal.
https://plugins.jetbrains.com/phpstorm/plugin/7276-php-advanced-autocomplete
MIT License
61 stars 7 forks source link

How does it work? #8

Closed maartents closed 8 years ago

maartents commented 9 years ago

How can i use the shortcuts?

King2500 commented 9 years ago

I'm not sure what you mean?

mattdeclaire commented 4 years ago

Came here to ask the same question. I typed date(', (which autocompletes to date(''), and I expected the menu to open at that point. But, nothing happened. I searched around for a key combo to activate it, but gave up. I finally just started typing the date() formats I knew, and that's then the context menu opened. I'm not sure if that is intended behavior or not, but seems like it could cause common confusion.

King2500 commented 4 years ago

When your cursor is between quotes, just press Ctrl+Space:

date('<cursor-here>')