It would be nice if when emitting Visual Basic, that variables that match VB reserved words are encased in [].
And more difficult, but would be awesome is if the the emitted source code could account for case sensitive languages.
Ex: if a variable is defined myVariable and there is a procedure defined as MyVariable that the generated code would rename the variable to get around Visual Basics non case specific language.
And more difficult, but would be awesome is if the the emitted source code could account for case sensitive languages.
Ex: if a variable is defined myVariable and there is a procedure defined as MyVariable that the generated code would rename the variable to get around Visual Basics non case specific language.