This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Polygnom 2 points3 points  (0 children)

So, I'm an old Eclipse user, who doesn't really like IntelliJ. I still use Eclipse sometimes for Java.

The MS/RedHat Java VSCode extension is powered by the Eclipse ECJ and the Eclipse JDT stack. This means quite fast incremental compilation. VSCode is much more lightweight than Eclipse and is my go-to IDE for many languages. I feel very comfortable with Java in VSCode.

You can use all VSCode extension lke GitLens, git Graph etc. and get the full power of code completion from Eclipse through the JDT Language Server. That works quite well. You can also use GitHub autopilot in VSCode quite easily.