rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
158 stars 46 forks source link

Improve workspace/document symbol handling #1120

Closed TwitchBronBron closed 5 months ago

TwitchBronBron commented 5 months ago

Refactored the workspace and document symbol logic to support AST walking. This will pave the way for adding more symbols in the future (like local variables, parameters, possibly even m assignments). That will come in a future PR