QB64Official / vscode

QB64 Extension for Visual Studio Code.
MIT License
13 stars 3 forks source link

Symbol Provider Improvements #102

Closed grymmjack closed 1 year ago

grymmjack commented 1 year ago

Improvements: Old was skipping leading whitespace subs, funcs, etc. New fixes that.

Additions: Added support for declare versions of sub and function Added support for constants (including showing their value) Added support for $include's Added support for types Added support for labels and loop constructs

grymmjack commented 1 year ago

@LordDurus don't merge this yet until I fix some more stuff, but this works great - I added launch.json changes so that debugging works.

grymmjack commented 1 year ago

OK @LordDurus it's ready.

image
grymmjack commented 1 year ago

Success: image

@LordDurus ready ready ready.