About 600 results
Open links in new tab
  1. Programming Languages - Visual Studio Code

    In VS Code, we default the language support for a file based on its filename extension. However, at times you may want to change language modes, to do this click on the language indicator - which is …

  2. Display Language - Visual Studio Code

    If you want to use a specific language for a VS Code session, you can use the command-line switch --locale to specify a locale when you launch VS Code. Below is an example of using the --locale …

  3. AI language models in VS Code

    Learn how to choose between different AI language models and how to use your own language model API key in Visual Studio Code.

  4. Language Identifiers - Visual Studio Code

    In Visual Studio Code, each language mode has a unique specific language identifier. That identifier is rarely seen by the user except in the settings, for example, when associating file extensions to a …

  5. Getting Started with Python in VS Code - Visual Studio Code

    In this tutorial, you will learn how to use Python 3 in Visual Studio Code to create, run, and debug a Python "Roll a dice!" application, work with virtual environments, use packages, and more!

  6. Visual Studio Code tips and tricks

    Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code. Become familiar with the powerful editing, code intelligence, and source code control features …

  7. Python in Visual Studio Code

    You can use the GitHub Copilot extension in VS Code to generate code, or to learn from the code it generates. GitHub Copilot provides suggestions for languages beyond Python and a wide variety of …

  8. Python environments in VS Code

    Once VS Code is open, you can select the interpreter either by using the Command Palette or by clicking on the status bar. Although the Python extension for VS Code doesn't currently have direct …

  9. Personalize VS Code

    Visual Studio Code ships by default with English as the display language. You can change the display language by installing a Language Pack extension from the Visual Studio Marketplace.

  10. Manage Jupyter Kernels in VS Code - Visual Studio Code

    Descriptions of kernel selection options and tutorials on managing different types of kernels when working with Jupyter Notebooks in Visual Studio Code.