VSCode is a powerful code editor that is built on top of JavaScript. It has become extremely popular in a short span and currently used by millions of developers. The neat user interface along with additional options of adding extensions to extend its capabilities are some of the many reasons for VSCode having such a huge user base.
Let's take a look at the User Interface offered by VSCode.
When you open the Visual Studio Code, you will be greeted with a welcome screen. On the left side, you will see an Activity Bar with a couple of icons on it. These icons give you the ability to switch between different views inside VSCode.
If you have not customized your VSCode then you will only see the first five icons on your Activity Bar. These icons are:
When you open any file in VSCode, you will see a panel on the right side with a cursor blinking that is waiting for you to write anything. This panel is called the editor group and you write all of your code inside here.
If you press CONTROL (⌃) + Backtick (`), it will open a panel at the bottom. This panel will provide you with a couple of options including Terminal, Output, Problems, and last but not least Debug Console.
The clean and hackable user interface is one of the major reasons why it doesn't feel like a plane's cockpit. It's neat and clean. It's why I like VSCode a lot.