DEV Community

Discussion on: I stopped using Visual Studio Code

Collapse
 
swpalmer profile image
Scott Palmer • Edited

I’m also a Java developer that isn’t impressed with Eclipse. (I use NetBeans.). But I’ve found VSCode for Java is quite a pain. It doesn’t follow conventions and pollutes my project directory with another set of compiled classes in som bin folder or something - why??? It has trouble figuring out the classpath, so the functionality it is supposed to have is usually unavailable. Given that’s I’m doing a lot of mixed web and Java stuff these days I was hoping for a better experience. The HTLM/CSS/JS stuff in VSCode seems to work reasonably well.

Collapse
 
leob profile image
leob • Edited

I wouldn't use VSCode for Java, I'd use Eclipse or something like that - even though I dislike Eclipse, it does work quite well for Java.

VSCode is simple and lightweight, Java is anything but - the requirements of Java are so specific, VSCode was not designed for that.

I'm not really doing Java dev anymore, but if I did I'd probably use Eclipse ... or maybe Netbeans, or alternatively a JetBrains product.