0
How to auto generate setter and getter in python
In Any IDE Vs code Eclipse
1 Odpowiedź
+ 1
I know in intellij idea.
In your project, right-click anywhere on the typing screen, and click 'Generate...' and then 'Getter and Setter'. Then, hold down CTRL and click on the fields you wish to create getters and setters for, then click on 'OK'.