How to automatically generate parameter assignations in class constructors in PhpStorm?

后端 未结 3 2088
花落未央
花落未央 2021-02-19 00:03

Does anyone know how to save typing in PhpStorm when you create a class constructor and you want to assign all the parameters to the respective class fields? I write it by hand

3条回答
  •  花落未央
    2021-02-19 00:34

    Use "Initialize fields" intention. For that: place caret on one of the parameters and invoke QuickFix menu (Alt + Enter or by clicking on light bulb icon).

    enter image description here

提交回复
热议问题