How to Install VS Code in Windows 10
What is VS Code?
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
Visual Studio Code combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. It provides comprehensive code editing, navigation, and understanding support along with lightweight debugging, a rich extensibility model, and lightweight integration with existing tools.
Features:
IntelliSense IDE: Gives syntax highlighting and autocomplete feature with IntelliSense, which provides smart completions based on variable types, function definitions, and imported modules.
Debugging: Debug your code right from the editor. You can launch or attach to your running apps and debug with break points, call stacks, and an interactive console.
Git commands Built In: Working with Git and other SCM providers is very easy. You can review diffs, stage files, and make commits right from the editor. Push and pull your code from any hosted SCM service.
Extensible: You can install extensions to add new languages, themes, debuggers, and to connect to additional services. Extensions run in separate processes, ensuring they won't slow down your editor.
How to Install VS Code?
1. To download VS Code goto to the microsoft official website.
Click Here to Go To VS Code Official website
2. Click the Download For Windows button. It will start to download the VS Code installer in your Windows machine.
3. When the download is completed click the downloaded exe file to launch the setup wizard of VS Code.
4. Read and accept the lisence aggreement and click Next. In Select Additional Tasks , check all the boxes as in the screenshot. This options will help to to open files in VS Code using right click on any folder or file and also using code . command . Leave the all settings as default. Click Install.
Comments
Post a Comment