AntlrVSIX icon indicating copy to clipboard operation
AntlrVSIX copied to clipboard

AntlrVSIX is a language server for use with Visual Studio 2019, Visual Studio Code, and Gnu Emacs to support Antlr, Bison, and W3C EBNF grammars. In addition to the IDE extensions provided here, a com...

Results 58 AntlrVSIX issues
Sort by recently updated
recently updated
newest added

A client starts out an LSP session with the server with the [Initialize](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#initialize) call. This remote procedure call contains a "rootUri" string that specifies a directory for a "workspace". Unfortunately,...

There are multiple issues with the extension, which is preventing me from releasing the next version: * The build does not reliably work. I don't know why but VS 2019...

Hello, I get the following error when I try to navigate -> Go To (Visitor|Listener) Could not load file or assembly 'System.Collections.Immutable, Version=1.2.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies....

Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'arithmeticBaseVisitor' could not be found (are you missing a using directive or an assembly reference?)...

As noted here https://github.com/mike-lischke/vscode-antlr4/issues/86# and https://github.com/tunnelvisionlabs/antlr4cs/issues/84 and other places, it seems possible to analyze an Antlr grammar for tagging and other editor features. One way I see to do this...

(1) In "options" "superClass", I should be able to go to the named super class in C#. (2) In "import", I should be able to open the named grammar. (3)...

I have set CORPUS_LOCATION (as an environment variable. It was not possible to use the option dialog since when I restarted VS the configuration was lost) When I run Reformat...

I just installed this extension in Visual Studio 2019 version 16.2.3, and when enabled, ctrl + click for go to definition does not work. Disabling the extension restores this functionality.