VBScript-vscode
VBScript-vscode copied to clipboard
Symbols not parsed correctly before a function/sub is closed.
The symbols get out of wack when a sub/function doesn't have the end function keyword, and once they do it doesn't recalculate until the keypress after you type end function/end sub. the two screen shots below illustrate this.
Before extra keypress the symbols in the outline are incorrect:
before_keypress:
After extra keypress (in this case I hit return) the symbols on the right sort themselves out correctly:
after_keypress:
Hi Jonathan, The screenshots look like they are identical or do I miss something here?