issues
search
cybertim
/
vscode-gengetset
Generate Getter and / or Setter Extension for Visual Studio Code
34
stars
17
forks
source link
Generating doesnt work with Readonly variables
#78
Open
tecnoder
opened
4 years ago
tecnoder
commented
4 years ago
Steps to reproduce,
write a class
Add private readonly variable
Try to generate constructor / getter / setter, it wont work
Steps to reproduce,