How to connect Checkstyle JAR (v10.12.1) with VS Code
Hi everyone π
I downloaded Checkstyle JAR version 10.12.1 and the google_checks.xml file, but I canβt figure out how to connect the Checkstyle JAR with Visual Studio Code.
Could someone please guide me step by step (what exactly I need to click/configure) to make it work? π
If possible, a short live meeting or screen share would be amazing.
Thank you so much in advance!
Best regards,
3 Replies
β
This post has been reserved for your question.
Hey @Nevena! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
Don't use vscode for Java. Adapt when learning a new language. Like you do with conventions. Since Java is so verbose you need a proper Java IDE.
I searched for checkstyle but found an extension.
I think you just need to open vscode and go to view->Extensions
and search for checkstyle for Java
and just click install
but I still recommend using an IDE for Java like IntelliJ or Eclipse
Post Closed
This post has been closed by <@1423288920090869862>.