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

    In Visual Studio Code we have support for all common languages including smart code completion and debugging.

  2. Use extensions in Visual Studio Code

    Learn how to install extensions from the Visual Studio Marketplace to add features for your programming language, framework, or development workflow to Visual Studio.

  3. Display Language - Visual Studio Code

    Display Language Visual Studio Code ships by default with English as the display language and other languages rely on Language Pack extensions available from the Marketplace. VS Code detects the …

  4. Visual Studio Code tips and tricks

    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, …

  5. Basic editing - Visual Studio Code

    Basic editing Visual Studio Code is an editor first and foremost, and includes the features you need for highly productive source code editing. This topic takes you through the basics of the editor and helps …

  6. Product Icon Reference | Visual Studio Code Extension API

    Product icon themes can redefine the icon (if they know about the icon ID). Icon Listing Below is a listing of the built-in product icons by identifier. The ID of the icon identifies the location where the icon is …

  7. Terminal Shell Integration - Visual Studio Code

    The command line can escape ASCII characters using the \xAB format, where AB are the hexadecimal representation of the character code (case insensitive), and escape the \ character using \\.

  8. Language Server Extension Guide - Visual Studio Code

    Language Server Extension Guide As you have seen in the Programmatic Language Features topic, it's possible to implement Language Features by directly using languages.* API. Language Server …

  9. Extension API - Visual Studio Code

    Visual Studio Code is built with extensibility in mind. From the UI to the editing experience, almost every part of VS Code can be customized and enhanced through the Extension API. In fact, many core …

  10. Integrated Terminal Performance Improvements - Visual Studio Code

    Oct 3, 2017 · There is an ImageBitmap behind the scenes which contains all ASCII characters in the most common styles on the default background color. When drawing these styles of text, the texture …