1
2

More than 3 years have passed since last update.

【PhpStorm】ファイルのすべての関数にPHPDocを生成する

Posted at

コマンド

Alt + Insert でGenerate ウィンドウを開き、一番下のPHPDoc Blocksを選択
generate.PNG

PHPDocを生成したい関数を指定して、OKを押すと自動でPHPDocを生成してくれる

補足

Generate ウィンドウは他にgetter setterやコンストラクタも生成してくれるので便利

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2