Bugs and Feature Requests: Issue Tracker
This extension provides basic editing features for ANTLR grammars (versions 3 and 4). Current editing features include:
- Syntax highlighting, including within actions and semantic predicates
- Outlining support for quickly collapsing rules (v3 only)
- Dropdown bars listing parser and lexer rules within the current grammar (v3 only)
- Support for Autocomplete, Quick Info, and Go To Definition (v3 only)
In addition to these features, this extension adds the exceptions from the Antlr.Runtime.dll and Antlr4.Runtime.dll assemblies to the Exceptions dialog (on the Debug menu), making it easy to track down exceptions while debugging a grammar.
Version History
1.4.0 (May 18, 2018)
- Support Visual Studio 2017
- Remove support for Visual Studio 2010
- New editor features for ANTLR 4 grammars (Quick Info and Go To Definition within the current file)
1.3.0 (June 21, 2016)
- Support Visual Studio 2015
- Additional editor features for ANTLR 4 grammars
1.2.1 (April 8, 2014)
1.2.0 (March 16, 2014)
- Support Visual Studio 2013
- Stability improvements
1.1.1 (March 1, 2013)
- Fix some problems with syntax highlighting in ANTLR 4 grammars
1.1.0 (March 1, 2013)
- Initial support for working with ANTLR 4 grammars
1.0.11 (July 5, 2012)
- (Hopefully) Fix issues with package loading
- Add support for Visual Studio 2012 RC
1.0.10 (March 21, 2012)
- New experimental IntelliSense engine
- Lots of bug fixes
- Lots of performance improvements
1.0.6.318 (July 9, 2011)
- Addressed several potential performance problems
1.0.5.311 (July 8, 2011)
| |