Missing template selection in Getter and Setter

已回答
When opening the "Getter and Setter" dialog, there is 
no template selection field. How to turn it on?

0

It should be there by default. Which version of IDEA do you use and on which OS? Does it help if you try to resize this dialog window?

0

IntelliJ IDEA 2022.1.3 (Ultimate Edition
WIndows

0

Roman Kripton Cg

  • do you have the same issue for any class, or only some specific classes in your project?
  • does it help if you try to resize this dialog window?
  • is it possible for you to check on 2022.2.1?
0

In any class. Tried resizing the dialog. Installed 2022.2.1, the problem remained.

0

Is it about creating getters/setters for Typescript classes? The templates used for accessors generation are hardcoded and can't be selected/edited. You can configure some code generation rules in Settings | Editor | Code Style | TypeScript | Code Generation

0

请先登录再写评论。