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.
- Open VSCode on your computer
- File -> Open
- Open the Folder of the project directory
todo...