Visual Studio Code is a code editor. It allows us to manage the files in a project and to edit the code that we write. It comes with a large number of very useful features that make development faster and easier. We can also improve its functionality by installing many extensions.
- Visit VSCode's download page and select the
User Installer 64 bitdownload - unless you have a32 bit version of Windows. - Once the download is complete, run it from your browser's download bar.
- Launch VSCode and make sure to pin the software to the Taskbar for future access.
Now follow the instructions for setting up the extensions for VS Code.
- Open VSCode
- Press
Ctrl+Shift+PorF1which will open the command palette - Type:
Terminal: Select Default Profile(you don't need to type this fully) and press enter on this option or click on it. - Select
Git Bashas the default terminal (by pressing enter on that option or click on it).
Return to the table of comments at the top of the first page
| Previous | Next |
|---|---|
| Step 1 Install git & Git Bash | Step 3 Install Install NVM and NodeJS |