VBScript-vscode icon indicating copy to clipboard operation
VBScript-vscode copied to clipboard

Symbols not parsed correctly before a function/sub is closed.

Open jonathanstar opened this issue 5 years ago • 1 comments

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_keypress

After extra keypress (in this case I hit return) the symbols on the right sort themselves out correctly:

after_keypress:

after_keypress

jonathanstar avatar Apr 25 '20 22:04 jonathanstar

Hi Jonathan, The screenshots look like they are identical or do I miss something here?

Luncher91 avatar May 15 '21 11:05 Luncher91