vs code not finding org.antlr.v4.parse.ANTLRParser #3905
chris-miner
started this conversation in
General
Replies: 1 comment
-
Apparently VSCode doesn't find
But this includes a non-existent directory. There is no I added:
and that remedied the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any vscode users? After successfully compiling via the command line, I open antlr4 in vs code, but it can't manage to find org.antlr.v4.parse.ANTLRParser.
For example in the org.antlr.v4.Tool.java file. The generated source is there under antlr4/tool/target/generated-sources/antlr3/org/antlr/v4/parse though.
Where should vscode be expecting to find the .class file?
Edit: Okay found it under antlr/tool/target/classes/org/antlr/v4/parse/ANTLRParser.class
Ideas on why vscode is not finding it there?
Beta Was this translation helpful? Give feedback.
All reactions