Install and setup Visual Studio Code

How to install Visual Studio Code is demonstrated in this article. You can find the list of the most popular extensions for Visual Studio Code here.

About Visual Studio Code

More than 70% of all developer respondents, according to some surveys, use Visual Studio Code as their preferred IDE.

Visual Studio Code (VS Code) is a source-code multi-platform editor made by Microsoft. You can install it on Windows, Linux, or Mac.

The most useful features are:

  • debugging
  • syntax highlighting
  • intelligent code completion
  • snippets
  • code refactoring
  • embedded Git

Users can change the theme, keyboard shortcuts, and preferences, as well as install extensions with additional functionality.

Most popular extensions are:

VS Code can be used with a variety of programming languages, including Java, JavaScript, Go, Node.js, Python, C++, C#, F#, TypeScript, JSON, CSS, SCSS, Julia, Less, Markdown, PHP, Powershell, T-SQL and HTML.

Installing Visual Studio Code

You can download Visual Studio Code from this link.

After the download is complete, launch the executable file (e.g. VSCodeUserSetup-x64-1.63.2.exe) to install Visual Studio Code on your computer.

If you are a Windows user, install the Windows Subsystem for Linux (WSL) With WSL, you can install and run Linux distributions on Windows. This enables you to write code on Linux while working locally on your Windows machine.

Make setup by clicking on the menu item File > Preferences:

VSC Settings

Set Settings Sync to On in order to share your VSC configurations such as settings, bindings, and installed extensions across your machines.


Was this helpful?

3 / 0

Leave a Reply 10

Your email address will not be published. Required fields are marked *


Add NuGepackage to VS Code project - Experienced Knowledge

Add NuGepackage to VS Code project - Experienced Knowledge

[…] Visual Studio Code and the NuGet CLI tool are both installed and up to date on your PC. If not, go here to download VS Code. Run the following command to ensure you have the most recent NuGet CLI tool […]

Create a .Net Core Project In VS Code - Experienced Knowledge

Create a .Net Core Project In VS Code - Experienced Knowledge

[…] Studio Code (see the link to find how to install […]

How to Install and Use Docker Desktop - Experienced Knowledge

How to Install and Use Docker Desktop - Experienced Knowledge

[…] third-party applications, one of the best is Visual Studio Code (see the link about how to install […]

How To Use .NET Interactive Notebook on Visual Studio Code - Experienced Knowledge

How To Use .NET Interactive Notebook on Visual Studio Code - Experienced Knowledge

[…] Visual Studio Code (see installation link) […]

Lambda Expressions - Experienced Knowledge

Lambda Expressions - Experienced Knowledge

[…] lambda expressions. As an illustration, they are done in the .NET interactive notebook installed in Visual Studio Code. Due to find out how to install and use it, follow the […]

LINQ Examples in C# - Experienced Knowledge

LINQ Examples in C# - Experienced Knowledge

[…] The article demonstrates different illustrative examples to show use case of the LINQ in c#. As an illustration, they are done in the .NET interactive notebook installed in Visual Studio Code. […]

How To Use .NET Interactive Notebook in Visual Studio Code - Experienced Knowledge

How To Use .NET Interactive Notebook in Visual Studio Code - Experienced Knowledge

[…] Visual Studio Code (see installation link) […]

Add a NuGet package to a VS Code project - Experienced Knowledge

Add a NuGet package to a VS Code project - Experienced Knowledge

[…] Visual Studio Code and the NuGet CLI tool are both installed and up-to-date on your PC. If not, go here to download VS Code. Run the following command to ensure you have the most recent NuGet CLI tool […]

How to Create a .NET Core application in Visual Studio Code - Experienced Knowledge

How to Create a .NET Core application in Visual Studio Code - Experienced Knowledge

[…] Studio Code (see the link to find how to install […]

Lambda Expressions in C# - Experienced Knowledge

Lambda Expressions in C# - Experienced Knowledge

[…] The article demonstrates the C# code examples with lambda expressions. As an illustration, they are done in the .NET interactive notebook installed in Visual Studio Code. […]