Skip to content

VSCode

VScode is one of the most used code editor.

It is basically a "Microsoft Word" for code but gives a programmer essential functions such as code highlighting and linting.

VSCode has a pletora of extentions for almost all the purposes a programmer will ever need.


Download VSCode

Use this link to download VSCode.

Getting Started

After creating a github repository and cloning it into your local system from github demo, we can open this project folder in VSCode.

  1. Open VSCode on your computer
  2. File -> Open
  3. Open the Folder of the project directory

todo...