Earlier quoted context omitted.
I hear you, but I think that if the only thing that VS Code did well was to highlight code, far fewer people would be using it because VS Code is not just a text editor. Far from it. Once you add panels and toolbars with all sorts of GUI tools, consoles, language servers, remote editing, debugging and built-in commands for common external tools like Git - you've got yourself an IDE in my opinion. However, aside from…
> Once you add panels and toolbars with all sorts of GUI tools, consoles, language servers, remote editing, debugging and built-in commands for common external tools like Git - you've got yourself an IDE in my opinion. You can have all (or none) of those features in either an editor or an IDE. The core idea of an IDE was to provide a single UI for all aspects of development — which originally included source code edi…
From the point of you of the user they are all an IDE I think.