如何修改 CLion 中生成 setter 的模板?
How can I modify the template for generating setters in CLion?
在 CLion 中,我们可以通过以下方式从字段生成 setters:代码 -> 生成... -> Setter。但是如何修改代码生成的模板来改变,比如生成的setter参数名?
据我所知,您不能完全自定义它,但您可以在 Editor > Code Style > C/C++
下更改它的某些属性,例如是否应添加前缀。
不幸的是,I've got it confirmed from JetBrains that this is currently not possible in CLion.
在 CLion 中,我们可以通过以下方式从字段生成 setters:代码 -> 生成... -> Setter。但是如何修改代码生成的模板来改变,比如生成的setter参数名?
据我所知,您不能完全自定义它,但您可以在 Editor > Code Style > C/C++
下更改它的某些属性,例如是否应添加前缀。
不幸的是,I've got it confirmed from JetBrains that this is currently not possible in CLion.