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,

  1. write a class
  2. Add private readonly variable
  3. Try to generate constructor / getter / setter, it wont work