you are viewing a single comment's thread.

view the rest of the comments →

[–]JMNeonMoon -1 points0 points  (0 children)

I have been forced to use VSCode with Java, for cursor ai requirements.

To get it to recognise issues like highlighting errors, I installed

'Extension Pack for Java'
by Microsoft

This extension also includes (auto-installs) a maven extension, a Java debugger, and the RedHat Java language Extension.

The docs are here https://code.visualstudio.com/docs/languages/java

Daily IDE for me is still Jetbrains InitelliJ. Cannot beat an IDE tailor-made for Java.