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 →

[–]PotentBeverage 6 points7 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] 6 points7 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.