About 400 results
Open links in new tab
  1. Tutorial: Get started with Visual Studio Code

    In this tutorial, you create a sample JavaScript file and use some of the code editing features that VS Code offers. VS Code supports many programming languages and in a next step, you'll install a …

  2. Visual Studio Code - The open source AI code editor

    VS Code supports almost every major programming language. Several ship in the box, like JavaScript, TypeScript, CSS, and HTML, but extensions for others can be found in the VS Code Marketplace.

  3. Download Visual Studio Code - Mac, Linux, Windows

    Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and …

  4. Visual Studio Code tips and tricks

    With the simple file dialog, you can replace the system's default file dialog for opening and saving files and folders with a simpler Quick Pick dialog within VS Code.

  5. Basic editing - Visual Studio Code

    Search across files VS Code allows you to quickly search over all files in the currently opened folder. Press ⇧⌘F (Windows, Linux Ctrl+Shift+F) and enter your search term. Search results are grouped …

  6. Getting started with Visual Studio Code

    Getting started with Visual Studio Code In this tutorial, we walk you through setting up Visual Studio Code and give an overview of the basic features.

  7. HTML in Visual Studio Code

    You can extend VS Code's HTML support through a declarative custom data format. By setting html.customData to a list of JSON files following the custom data format, you can enhance VS …

  8. Visual Studio Code on Windows

    When coupled with the WSL extension, you get full VS Code editing and debugging support while running in the context of WSL. See the Developing in WSL documentation to learn more, or try the …

  9. Quick Start Guide for Python in VS Code

    You can create a new Python file by selecting New File on the VS Code Welcome page and then selecting Python file, or by navigating to File > New File (). Tip: If you already have a workspace …

  10. Code editing in Visual Studio Code

    In this Visual Studio Code tutorial, we cover how to edit and run a small piece of code, including the features outlined below. After viewing this overview, read on in the Related Resources section to see …