Download Visual Studio code --What is Visual Studio Code?
Visual Studio Code (famously known as VS Code) is a free open source text editor by Microsoft.VS Code is available for Windows, Linux, and macOS. Although the editor is relatively lightweight, it includes some powerful features that have made VS Code one of the most popular development environment tools in recent times. Features VS Code supports a wide array of programming languages from Java, C++, and Python to CSS, Go, and Dockerfile. Moreover, VS Code allows you to add on and even creating new extensions including code linters, debuggers, and cloud and web development support. The VS Code user interface allows for a lot of interaction compared to other text editors. To simplify user experience, VS Code is divided into five main regions: The activity bar The side bar Editor groups The panel The status bar The image below shows how these regions are displayed: Getting started After installation, you can run th...