Install and Configure Visual Studio Code

During the Visual Studio Code installation, select the additional components to support multiple programming languages for enabling the IntelliSense implementation.
For instructions on how to install Visual Studio Code, refer to the online documentation.
  1. After installing Visual Studio Code, browse to the Extensions catalog and add the
    C#
    programming language support.
    NOTE: For instructions on how to add programming languages support, refer to the Visual Studio Code online documentation.
  2. (optional) Add the C# Snippets plugin which provides some quick tools to speed up your code writing.
  3. To communicate with a File Transfer Protocol (FTP) or other devices, such as a barcode reader for example, you might have to install other packages and a package manager, such as NuGet Package Manger GUI.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.