Closed min-pascal closed 4 months ago
Looking at closed issues this feature should already be there. I don't see any commands when running "Generate"
the feature is there for properties, but maybe you're looking for a getter/setter for normal variables ?
I was hoping to be able to generate a member variable or function from an "Unresolved symbol"
.. being able to choose between member or local would also be nice
could you provide an example, i am not sure i understand the "Unresolved symbol" part. a before and after example would be helpful.
Something similar to the QuickFixes feature of FDT is what I am looking for
generate constructor, getters and setters should now work, i have also added quickfixes for unresolved symbols so you can easly generate, local variables, fields, methods and functions.
.. Like in the old Flash Builder days