No editor context menu at /** enter
已回答
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?
请先登录再写评论。
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:
The point is that I can't get context menu, how do I get it?
Alt+Insert (Help | Find Action | Generate).
Thank you!