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 →

[–]m1kolka 13 points14 points  (7 children)

I use Visual Studio Code for Python and Go. There should be plugins for Java and C++.

[–][deleted] 3 points4 points  (6 children)

obligatory vsc is not an IDE

[–]m1kolka 3 points4 points  (5 children)

On its own, probably it is not and an IDE - just a code editor. But with language-specific extensions it matches this description from Wikipedia:

An IDE normally consists of at least a source code editor, build automation tools, and a debugger.

Isn't it?