Syntax coloring for ANTLR grammars (.g and .g4 files).
An own color theme, which not only includes all the recommended groups, but also some special rules for grammar elements that you don't find in other themes.
Parser generation on save.
Syntax and some semantic error checking (symbol matching)
Quick navigation via ctrl/cmd+click.
The symbol list for quick navigation (via shift+ctrl/cmd+O).
Hovers (tooltips) with symbol information.
Rule reference counts via code lens.
Railroad diagrams for all types of rules (parser, lexer, fragment lexer).
ATN graphs for all rule types. This is a visualization of the internal ATN that drives lexers + parsers. It uses D3.js for layout and interaction. Nodes can be repositioned with the mouse and you can drag and zoom the image. The transformation and position state is restored when reopening a graph.
The extension is open source, released under the MIT license.