No editor context menu at /** enter

Answered

I'm trying to generate PHPocs according to the instruction https://www.jetbrains.com/help/phpstorm/phpdoc-comments.html 

but after /** and enter. I automatically get only one doc block at the top of the class, but not for all methods like in example. Actually context menu don't pop up, I believe it is the reason. Could you tell me how to get the editor context menu?

0
4 comments

This way the doc is generated for the current construct only. To generate it for the selected constructs you need to use one of these methods:

0
Avatar
Permanently deleted user

The point is that I can't get context menu, how do I get it?

0

Alt+Insert (Help | Find Action | Generate).

0
Avatar
Permanently deleted user

Thank you!

0

Please sign in to leave a comment.