10 results found
-
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.
-
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 ...
-
Manage context for AI - Visual Studio Code
Learn how to manage context when using AI in VS Code, including workspace indexing, #-mentions for files and symbols, web content references, and custom instructions.
-
Code Navigation - Visual Studio Code
Visual Studio Code is a first class editor - but it's also so much more with features such as IntelliSense and smart code navigation.
-
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 ...
-
Language Model API | Visual Studio Code Extension API
Language Model API The Language Model API enables you to use the Language Model and integrate AI-powered features and natural language processing in your Visual Studio Code extension. You can use the Language Model API in different types of extensions. A typical use for this API is in chat extensions, where you use a language model to interpret the user's request and help provide an answer ...
-
Formatting Python in VS Code
Formatting Python in Visual Studio CodeFormatting Python in VS Code Formatting makes source code easier to read by human beings. By enforcing particular rules and conventions such as line spacing, indents, and spacing around operators, the code becomes more visually organized and comprehensible. You can view an example on the autopep8 page. Keep in mind, formatting doesn't affect the ...
-
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.
-
Language Extensions Overview - Visual Studio Code
Learn how to write a Language Extension (plug-in) to add support for a programming language in Visual Studio Code.
-
Prompt engineering for Copilot Chat - Visual Studio Code
Optimize your development experience with GitHub Copilot in VS Code with best practices for crafting chat prompts and providing context.