Setting for automatic braces completion
When entering a procedure name in vs code and accepting the intelli sense, it automatically adds braces and sometimes even a semicolon. This often is not what I want, especially when refactoring existing code.
A setting to enable/disable automatic braces completion would be ni...
STATUS DETAILS
Needs Votes
Improve variable handling
I have two suggestions to improve the handling of variables in VS Code:
- Highlight all occurrences of the variable at the current cursor position
- Grey out unused variables
STATUS DETAILS
Needs Votes
Add setting to disable automatic insertion of "end" after writing "begin"
When you enter "begin" in VS Code, it automatically inserts "end" right afterwards. Even if you start writing a name of a procedure starting with "begin".
A setting to disable this behaviour would be great.
STATUS DETAILS
Needs Votes