We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Removed the [NotNull] parameter from the VisitR method in the MyVisitor class since it won't compile if ReSharper is not installed
Added Antlr4.Runtime.Tree namespace reference to the MyVisitor snippet
Updated How to install and use Antlr4 from command line (markdown)
Updated Installation (markdown)
Created How to install and use Antlr4 from command line (markdown)
Fix table formatting
Escape sequences are not required in an XML code block
Added instructions for reloading a project after manual configuration
Updated instructions for adding and configuring grammars
Instructions for adding an existing grammar to the project
Draft of new installation instructions
Initial installation guide adapted from phurst's email
Initial Commit