10 results found
-
March 2022 (version 1.66) - Visual Studio Code
When the preview feature of shell integration is enabled, an annotation is displayed in the scroll bar for each command that gets run. Command navigation improvements A little known feature that's been around for a while is the ability to quickly navigate between commands in the terminal.
-
Markdown and Visual Studio Code
Markdown and Visual Studio Code Working with Markdown files in Visual Studio Code is simple, straightforward, and fun. Besides VS Code's basic editing, there are a several Markdown-specific features that help you be more productive. Note: To help get you started with editing Markdown files, you can use the Doc Writer profile template to install useful extensions (spell checker, Markdown linter ...
-
Editing TypeScript - Visual Studio Code
Editing TypeScript Visual Studio Code has great editing support for TypeScript. This article goes into depth on the editing and programming language features that come built-in to VS Code. If you'd like to know more about general editing features in VS Code, such as keyboard shortcuts, multi-cursors, search, and find and replace, you can read Basic Editing. IntelliSense IntelliSense shows you ...
-
Profiles in Visual Studio Code
Profiles in Visual Studio Code Visual Studio Code has hundreds of settings, thousands of extensions, and innumerable ways to adjust the UI layout to customize the editor. VS Code Profiles let you create sets of customizations and quickly switch between them or share them with others. This topic explains how to create, modify, export, and import profiles by using the Profiles editor. Access the ...
-
Tutorial: Generate AI-powered code annotations by using the Language ...
Tutorial that walks you through creating a VS Code extension that uses the Language Model API to generate AI-powered code annotations.
-
Extensions using CodeLens - Visual Studio Code
Visual Studio Code Extensions using CodeLens Extensions using CodeLens February 12, 2017 Wade Anderson, @waderyan_ CodeLens is a popular feature in Visual Studio Code. The essence of the feature is "actionable contextual information interspersed" in your source code. That's quite a mouthful. Let me break it down for you. CodeLens are links in your code: Actionable - You can click on the link ...
-
Syntax Highlight Guide | Visual Studio Code Extension API
Syntax Highlight Guide Syntax highlighting determines the color and style of source code displayed in the Visual Studio Code editor. It is responsible for colorizing keywords like if or for in JavaScript differently than strings and comments and variable names. There are two components to syntax highlighting: Tokenization: Breaking text into a list of tokens Theming: Using themes or user ...
-
Manage context for AI - Visual Studio Code
Manage context for AI By providing the right context, you can get more relevant and accurate responses from the AI in VS Code. In this article, you learn how to manage context in chat, including how to use #-mentions to reference files, folders, and symbols, how to reference web content, or how you can use custom instructions to guide the AI's responses. For background on what context is and ...
-
Language Model Tool API | Visual Studio Code Extension API
Language Model Tool API Language model tools enable you to extend the functionality of a large language model (LLM) in chat with domain-specific capabilities. To process a user's chat prompt, agents in VS Code can automatically invoke these tools to perform specialized tasks as part of the conversation. By contributing a language model tool in your VS Code extension, you can extend the agentic ...
-
August 2021 (version 1.60) - Visual Studio Code
Welcome to the August 2021 release of Visual Studio Code. There are many updates in this version that we hope you will like, some of the key highlights include: Automatic language detection - Programming language detected when you paste into VS Code. Built-in fast bracket colorization - Fast bracket matching and colorization for large files. Settings editor syntax highlighting - Rich syntax ...