10 results found
-
Memory in VS Code agents
Learn how agents in VS Code use the memory tool and Copilot Memory to retain context, learn preferences, and improve over time across conversations.
-
Language Model API | Visual Studio Code Extension API
A guide to adding AI-powered features to a VS Code extension by using language models and natural language understanding.
-
Refactoring - Visual Studio Code
Refactoring Source code refactoring can improve the quality and maintainability of your project by restructuring your code, while not modifying the runtime behavior. Visual Studio Code supports refactoring operations (refactorings) such as Extract Method and Extract Variable to improve your codebase from within the editor. For example, a common refactoring used to avoid duplicating code (a ...
-
Visual Studio Code - The open source AI code editor | Your home for ...
Visual Studio Code redefines AI-powered coding with GitHub Copilot for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
-
Go in Visual Studio Code
Learn about Visual Studio Code editor features (code completion, debugging, snippets, linting) for Go.
-
File management Search and replace Keyboard shortcuts for Windows
Discover essential keyboard shortcuts for Windows in Visual Studio Code to enhance productivity and streamline your coding experience.
-
Set up a template project in model conversion
Model Conversion reference about setup template project. Set up a template project in model conversion This article introduces how to set up and customize a template project in model conversion, guiding you through editing configuration files like sample.json, model_project.config, and others to suit your specific model, dataset, and workflow needs. After creating the template project, you ...
-
Keyboard shortcuts for macOS - Visual Studio Code
⌘ General Add selection to next Find match ⇧⌘P, F1 Show Command Palette ⌘P Quick Open, Go to File… ⇧⌘N New window/instance ⌘W ⌘Close window/instance ⌘, User Se
-
Commands | Visual Studio Code Extension API
Commands Commands trigger actions in Visual Studio Code. If you have ever configured a keybinding, then you've worked with commands. Commands are also used by extensions to expose functionality to users, bind to actions in VS Code's UI, and implement internal logic. Using Commands VS Code includes a large set of built-in commands that you can use to interact with the editor, control the user ...
-
Language Identifiers - Visual Studio Code
Visual Studio Code language mode identifiers Language Identifiers 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 language: