About 315 results
Open links in new tab
  1. Using Angular in Visual Studio Code

    To open your Angular application in VS Code, open another terminal (or command prompt) and navigate to the my-app folder and type code . cd my-app code . Syntax highlighting and …

  2. Project management - Visual Studio Code

    If you would like to see or edit a project file, select the Project node in the Solution Explorer, and the project file will be opened in the editor. This is the same behavior you'll find when selecting …

  3. Testing - Visual Studio Code

    GitHub Copilot in VS Code can assist with setting up the testing framework for your project, and help you generate test code and fix failing tests. In this article, you'll learn how to start with …

  4. Using React in Visual Studio Code

    If you'd like to see an example of Angular working with VS Code, check out the Debugging with Angular CLI recipe. It will walk you through creating an Angular application and configuring the …

  5. Developing inside a Container - Visual Studio Code

    It allows you to open any folder inside (or mounted into) a container and take advantage of Visual Studio Code's full feature set. A devcontainer.json file in your project tells VS Code how to …

  6. GitHub Copilot in VS Code - Visual Studio Code

    Copilot is your AI pair programmer tool in Visual Studio Code. Get code suggestions as you type in the editor, or use natural language chat to ask about your code or start an editing session …

  7. TypeScript in Visual Studio Code

    Visual Studio Code includes TypeScript language support but does not include the TypeScript compiler, tsc. You will need to install the TypeScript compiler either globally or in your …

  8. Get started with GitHub Copilot in VS Code - Visual Studio Code

    Visual Studio Code has rich AI features powered by GitHub. In this tutorial, you discover how to use AI while coding in the editor, to ask questions about your code, and to start an editing …

  9. Getting started with Visual Studio Code

    User Interface - View the documentation for VS Code. Setup Overview - Documentation for getting up and running with VS Code, including platform specific setup. IntelliSense -VS Code …

  10. Tutorial: Get started with Visual Studio Code

    You can use VS Code to work on individual files to make quick edits, or you can open a folder, also known as a workspace. Let's start by creating a folder and opening it in VS Code. You'll …

Refresh