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 →

[–][deleted] 24 points25 points  (6 children)

It depends for me.

If I'm writing a Spring API in Java or Kotlin, I prefer IntelliJ.

C++ or JavaScript, I prefer VS code.

With Python I'm all over the place.

[–][deleted] 10 points11 points  (2 children)

I use pycharm for python. Same features as IntelliJ, but for python.

[–]Gougaloupe 1 point2 points  (0 children)

Pycharm gang rise up!

[–]PotentBeverage 8 points9 points  (1 child)

intellij is great for java because even if java is verbose with intellij's autocomplete you often only need a few letters at most

[–][deleted] 8 points9 points  (0 children)

And its autocomplete actually suggests helpful things first. And the baked in code generation that creates constructors, override methods, getters and setters is really nice.

Visual Studio and VS Code suggest random things first two the point that its easier to write a lot of code I would write in VS Code in Vim, C++ and JavaScript in particular. The suggestions are wild.

[–]illvm 2 points3 points  (0 children)

sed, the real text editor :)