this post was submitted on 14 Sep 2021
70 points (94.9% liked)

Programmer Humor

32054 readers
1397 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] youngbrett@lemmy.ml 2 points 3 years ago (1 children)

Both are full IDE’s though, to be fair.

I have no stake in this as I don't use any of these applications, but what feature do they have that makes them IDEs while VSCode is not considered an IDE?

[–] freely@lemmy.ml 2 points 3 years ago

I use neither as well, although I did use QtCreator for a few weeks once, and its RAD (and vim mode) was nice for Qt dev.

The main features are the same across all IDE's - debugger, code completion, refactoring, linting, Git integration, and build systems support. I'm sure there's more, but like I said I don't use them so I can't name more.

Obviously VSCode can use plugins to do all this, same as many other editors. The line between IDE & text editor get blurry with plugins.