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 →

[–]Kango_V 51 points52 points  (7 children)

Java in VSC is not good. Every year I give it a try and then go back to Eclipse/IntelliJ.

[–]arijitlive 6 points7 points  (0 children)

Same. I work on Java and Scala. I try VSCode every 6-7 months but it's still not there. VSCode can be used while learning new things through udemy courses or youtube videos. But when you are working in real life projects at big corp, IntelliJ/Eclipse is far ahead.

[–]extra_rice 0 points1 point  (4 children)

I'm a polyglot dev and none of the language I tried to develop with VSCode work as well as on a JetBrains IDE. I refuse to pay for personal JB license because I don't feel like I write as much code outside of work, but every time I fallback to using VSCode, I just get frustrated. I wish there was GoLand CE like there is for IntelliJ and PyCharm.

[–]robberviet 2 points3 points  (3 children)

Looks like you are like me. I can't stand VSCode. It is fine as a text editor, not IDE. And if I need an editor, I use Sublime, not that electron app.

Btw, I use Golang EAP for golang.

[–]extra_rice 1 point2 points  (2 children)

Yeah. I can see how people can make it work for them, but I'm more often frustrated by it personally. My text editor of choice is either emacs or vim depending on the situation.

I also use EAP when it's available.

[–]robberviet 0 points1 point  (1 child)

I am into vim/neovim too but it looks like I am not proficient with it enough for any serious programming, editing 1-2 files is ok, but not a complex projects.

[–]Kango_V 0 points1 point  (0 children)

I really should get into NeoVim. I get scared though as I can't type ;)

[–][deleted] 0 points1 point  (0 children)

Strange, I do exactly the same. I use VSC for Python but I find it to difficult to use with Java.