LangSvcV2
LangSvcV2 copied to clipboard
"Language Service V2" reference repository
Will there be support for Visual Studio 2022?
Is there ever going to be an update to the ANTLR Language Support extension for visual Studios to allow compatibility with 2019? https://marketplace.visualstudio.com/items?itemName=SamHarwell.ANTLRLanguageSupport
The default installation should include color settings for both the light and dark Visual Studio themes.
Hi (Again) Sam, When attempting to add a new item in a PCL solution I'm not being presented the same new item list (with ANTLR Grammars etc.). I have the...
The automatic indentation works as expected when writing a new rule, adding spaces when adding new lines, but in some cases the indent is not behaving properly, or not working...
[Moved here from BitBucket](https://bitbucket.org/sharwell/langsvcv2/issue/8/html-syntax-highlight-stops) > ``` > > > ``` > > Suppose I have code like this. Then it does not highlight syntax in style tag, as well as...
[Moved here from BitBucket](https://bitbucket.org/sharwell/langsvcv2/issue/7/allow-passing-of-command-line-arguments) > I'd like to be able to treat certain warnings (e.g. 125 implicit token definition in parser) as an error when compiling via VisualStudio. > >...