There are 869 problems when you open antlr project in vscode #3911
chris-miner
started this conversation in
General
Replies: 1 comment 1 reply
-
IntelliJ gives this, if you run the inspection system against all code: Most are warnings. Java in a bit more detail: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can build the project from the command line, and run at least the java tests. So there aren't really 869 problems. However, it is hard to see actual problems vs reported problems because there are 869 of them reported.
I've looked into a few. Mostly it is things like, one path or another is unexpected. Or a path doesn't exist. Or configuration is non-standard. Without an IDE, I suppose I'd never see any of them.
What are people seeing in IntelliJ? Or Eclipse? VSCode?
Beta Was this translation helpful? Give feedback.
All reactions