LoginSignup
15
5

More than 5 years have passed since last update.

PhpStormでクラスプロパティをサクッと生成する小技

Posted at

PhpStormでコンストラクタの引数からクラスプロパティをサクッと生成する小技のやりかたを紹介する。

手順

  1. クラスの{から}の間にキャレット(カーソル)を置く
  2. Command+Nを押して「Generate」ウインドウを開く
  3. そのまま「const」と打つと「Constructor」に絞り込まれるのでreturnを押す
  4. コンストラクタのテンプレが生成されるので、引数を埋める
  5. コンストラクタの引数にキャレットを置いた状態でoption+returnを押しIntensionを表示する
  6. そこに表示された「Initialize fields」を選択肢returnを押す
15
5
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
15
5