Posts

Showing posts from June, 2021

VS Code

Image
 Visual Studio Code Visual Studio Code is a freeware source-code editor made by Microsoft for Windows, Linux, and macOS. It features, debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git. Users can also change the themes and keyboard shortcuts as per their preference. It supports many programming languages such as Java, Python, C++, etc. Installing VS Code Open your browser and search for Visual Studio Code download.   Click on the very first link or click on this. link-  https://code.visualstudio.com/download Download the VS Code as per your system requirements. As I am using windows so I will download the VS code for windows. Once, your download is completed, it will ask you to accept the agreement. Check 'I accept the agreement' and click on next. Now, check all the boxes as given in the pic (There is no need to recheck if it is already done) and click on next. And it will start installing. How to use VS Code? Step 1...