Hello everyone! Our today’s topic is Why Visual Studio Code is not an IDE? It is all about IDE and code editors.
When I was a beginner, I was very confused about code editors and IDEs, but when I learned about them, then a new topic comes around me i.e. Why Visual Studio Code is not an IDE?
To understand this, you’ve got to 1st perceive the distinction between an IDE and a code editor.
For deep knowledge of this, you must check our post on this: What is an IDE & Code editor? And the difference between an IDE and a code editor.
Why Visual Studio Code is not an IDE?
Associate in Nursing IDE isn’t simply a tool wherever you write the code. However, you’ll be able to conjointly compile it and right it.
Text editors, on the opposite hand, tend to travel for a broader approach. That is, having the ability to edit every type of files, rather than specializing in an exceedingly explicit file sort or language.
Certain you’ll be able to have plugins, specific for a kind of file or language, that compiles, runs and debugs.
However, since it’s done by plugins, I assume the “integrated” a part of VScode is off the table, therefore it does not build a lot of sense to decision it IDE.
What is the difference between Visual Studio Code and Visual Studio IDE?

Visual Studio Code could be an efficient code editor with support for development operations like debugging, task running, and version management.
It aims to supply simply the tools a developer wants for a fast code-build-debug cycle and leaves a lot of complicated workflows to fuller featured day, like Visual Studio IDE.
Thanks Mohit for this awesome article.
Your welcome, Rahul.