In this article, we will discuss in detail about the Visual Studio Code, how to install the VS Code in Windows and walkthrough with VS Code features and how to add extensions to VS Code.
In this article, we will see the followings,
- What is VS Code?
- Walkthrough with Top Extension
- How to install the VS Code in Windows
- Walkthrough with VS Code features
- How to add extension to VS Code
Prerequisite
What is VS Code?
Visual Studio Code is a free open source as well as lightweight source code editor. It supports cross platform such as Windows, Linux, and Mac. It supports inbuilt with Java Script, Type Script, and Node.js. Also, we can use other languages on it with help of extensions.
Walkthrough with Top Extension
We can use other languages for enabling additional languages in VS Code. You can see the popular extension as shown below
If you want to add more extension to your VS code, it is possible to add it; you can find more extensions in the market place at the following URL,
https://marketplace.visualstudio.com/vscode
Walkthrough with VS Code features
We will discuss in details about the Visual Studio Code features. I have listed some of the features as below,
- IntelliSense,
- Code Navigation,
- Debugging,
- Version Control,
- Integrated Terminal,
- Tasks,
- Creating your own snippets and etc.
How to install the VS Code in Windows
You can download the VS Code with the URL given below.
Now, you can copy and paste URL into your browser as shown below
Double Click and Run VSCodeSetup-ia32-1.14.2.exe file. If you will receive a user control prompt, click Yes button.
The Visual Studio Code setup wizard window will open and click Next button.
The License Agreement window will open and check the “I accept the agreement” radio button. Click Next button.
You can continue the default location for the installation, click Next button.
Select start menu folder window will open, click Next button.
You can continue the default option for additional tasks, click Next button
Conclusion
I hope you understand now about VS Code, how to install the VS Code in Windows, and walk through VS Code features and how to add extensions to VS code. I have covered all the required things. If you find anything missing, please let me know.
Please share your valuable comments or feedback to improve my future articles.