How to download and setup Visual Studio Code
What is VS code used for:
- Visual Studio Code or just VS Code is a free program made by Microsoft that lets you write, run and work on code easily. It’s great for building websites and applications, and it supports a bunch of programming languages like JavaScript, TypeScript, and Node.
How to download Visual Studio Code:
- Open your browser
- In your search box, search for Visual Studio Code (VS Code) or simply click here to download
- Click on the download button to download for windows or ios
- After downloading, Install the application and open to setup
- You can also download on your android device or apple phone
How to setup Visual Studio Code:
- After installing VS code on your system
- Create AND open a folder in VS code
- Explore the user interface
- Download and install language extension
- Write some code
- Run and Debug your code