I’ve been busy extending AntlrVSIX to include new features and correct bugs. Some of the things added with the 40 or so changes since the beginning of September are: Persistent option settings; Tagging of Java symbols using a symbol table; Improved reformatter for languages; Improved symbol click-on highlighter; Improved co-existence with other extensions.
Monthly Archives: September 2019
Adding in a symbol table into AntlrVSIX
I’m now working on adding in a full symbol table implementation into AntlrVSIX. This will help make the extension much more powerful with tasks such as tagging and navigating to defs. For better or worse, I’m starting with the implementation in Antlr Symtab. It looks like it’ll work out pretty well, but it is missing …