10 results found
-
Keyboard shortcuts for Linux - Visual Studio Code
Ctrl+K Ctrl+DMove last selection to next Find match
-
Default keyboard shortcuts reference - Visual Studio Code
Default keyboard shortcuts reference VS Code comes with a set of default keyboard shortcuts. This article lists common default keyboard shortcuts in VS Code. For a full list of keyboard shortcuts, use either of these options within VS Code: Select Preferences: Open Default Keyboard Shortcuts (JSON) in the Command Palette. Open the Keyboard Shortcuts editor, and then select Show System ...
-
GitHub Copilot in VS Code
Copilot is your AI pair programmer tool in Visual Studio Code. Get code suggestions as you type in the editor, or use natural language chat to ask about your code or start an editing session for implementing new feature and fixing bugs.
-
Manage chat sessions in VS Code
Learn how to create and manage chat sessions in Visual Studio Code, including opening chat in editor tabs, separate windows, and using chat session history.
-
Code Navigation
Visual Studio Code is a first class editor - but it's also so much more with features such as IntelliSense and smart code navigation.
-
Working with GitHub in VS Code - Visual Studio Code
Working with GitHub in VS Code GitHub is a cloud-based service for storing and sharing source code. Using GitHub with Visual Studio Code lets you share your source code and collaborate with others right within your editor. There are many ways to interact with GitHub, for example, via their website at https://github.com or the Git command-line interface (CLI), but in VS Code, the rich GitHub ...
-
Craft language model prompts | Visual Studio Code Extension API
Craft language model prompts You can build language model prompts by using string concatenation, but it's hard to compose features and make sure your prompts stay within the context window of language models. To overcome these limitations, you can use the @vscode/prompt-tsx library. The @vscode/prompt-tsx library provides the following features: TSX-based prompt rendering: Compose prompts ...
-
AI smart actions in Visual Studio Code
Use smart actions in VS Code to get help from AI for common development tasks, such as generating commit messages, renaming symbols, or fixing coding errors.
-
GitHub Copilot Extensions are all you need - Visual Studio Code
In 2017, Google researchers introduced the concept of transformers in their seminal paper, "Attention is All You Need". These types of models, which prioritize information similarly to human focus, are the foundation of today’s modern language models, such as the ones that power GitHub Copilot.
-
Terminal Advanced - Visual Studio Code
Terminal Advanced Visual Studio Code's integrated terminal has many advanced features and settings, such as Unicode and emoji support, custom keyboard shortcuts, and automatic replies. This topic explains these advanced features in detail. If you are new to VS Code or the integrated terminal, you may want to review the Terminal Basics topic first. Persistent sessions The terminal supports two ...