Serhioromano / vscode-st

Extension for VS Code to support Structured Text language.
https://marketplace.visualstudio.com/items?itemName=Serhioromano.vscode-st#overview
MIT License
142 stars 28 forks source link

Improve SymbolProvider.ts #26

Closed msftrncs closed 3 years ago

msftrncs commented 3 years ago

Overhaul of SymbolProvider.ts to more thoroughly process well known POU symbols excluding symbol discovery in comments or quoted text, and with recovery of parsing on syntax errors where ever possible.

References issue #25.

msftrncs commented 3 years ago

Already fixed an issue where AT % address definitions failed the symbol discovery for the entire VAR block.

Serhioromano commented 3 years ago

I've tested and it works fine. Although it works very slow. Anyway, could you please resubmit this PR against develop branch? I use Git Flow, so master is the latest release.