About 322 results
Open links in new tab
  1. Using React in Visual Studio Code

    React JavaScript tutorial showing IntelliSense, debugging, and code navigation support in the Visual Studio Code editor.

  2. Testing - Visual Studio Code

    In this article, you'll learn how to start with testing in VS Code, find popular testing extensions, and explore the testing features. You'll also learn how Copilot in VS Code can help you write tests faster and can assist you in fixing failing tests.

  3. Visual Studio Code debug configuration

    Learn how to configure debugging in Visual Studio Code with launch.json, including attributes, variable substitution, and compound configurations.

  4. Browser debugging in VS Code - Visual Studio Code

    Browser debugging in VS Code. Visual Studio Code includes a built-in debugger for Edge and Chrome. There are a couple ways to get started with it. Use the Open Link command to debug a URL. Clicking a link in the JavaScript debug terminal. Use a …

  5. 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 for implementing new feature and fixing bugs.

  6. Using Vue in Visual Studio Code

    To open your Vue application in VS Code, from a terminal (or command prompt), navigate to the vue-project folder and type code . cd vue-project code . VS Code will launch and display your Vue application in the File Explorer.

  7. Emmet in Visual Studio Code

    The format for the filter.commentAfter preference is different in VS Code Emmet 2.0. For example, instead of: "emmet.preferences": {"filter.commentAfter": " \n <!-- /<%= attr('id', '#') %><%= attr('class', '.') %> -->"} in VS Code, you would use a simpler: "emmet.preferences": {"filter.commentAfter": " \n <!-- /[#ID][.CLASS] -->"} Trim filter (t)

  8. Debug code with Visual Studio Code

    This article describes the debugging features of VS Code and how to get started with debugging in VS Code. You also learn how you can use Copilot in VS Code to accelerate setting up your debugging configuration and starting a debugging session.

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

    Get started with GitHub Copilot in VS 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 session to make changes across multiple files.

  10. Using Angular in Visual Studio Code

    If you'd like to see an example of React working with VS Code, check out the Using React in VS Code tutorial. It will walk you through creating an React application and configuring the launch.json file for the JavaScript debugger.

Refresh