10 results found
-
Basic editing - Visual Studio Code
VS Code allows you to quickly search over all files in the currently opened folder. Press ⇧⌘F (Windows, Linux Ctrl+Shift+F) and enter your search term. Search results are grouped into files containing the search term, with an indication of the hits in each file and its location. Expand a file to see a preview of all of the hits within that ...
-
Default keyboard shortcuts reference - Visual Studio Code
VS Code comes with a set of default keyboard shortcuts. This article lists the default keyboard shortcuts in VS Code. You can also view the default shortcuts in the product: Open the Keyboard Shortcuts editor, and then select Show System Keybindings in the More Actions (...) menu.
-
Bing-powered settings search in VS Code - Visual Studio Code
Users sometimes search with words that are different but equivalent to the words we use in setting names and descriptions. To ensure that we can handle those cases, we integrated Bing's "Alternative Word" generation pipeline.
-
Manage context for AI - Visual Studio Code
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.
-
Copilot smart actions in Visual Studio Code
You can choose to run semantic search automatically, or only when you explicitly request it. You can also get AI-generated keyword suggestions in the Search view to provide relevant alternative search terms. Enable search keyword suggestions with the search.searchView.keywordSuggestions setting.
-
Making chat an expert in your workspace - Visual Studio Code
Be specific and detailed in your question, avoiding vague or ambiguous terms like "what does this do" (where "this" could be interpreted as the last answer, current file, or whole project, etc.). Incorporate terms and concepts in your prompt that are likely to appear in your code or its documentation.
-
User and workspace settings - Visual Studio Code
The search bar remembers your settings search queries and supports Undo/Redo (⌘Z (Windows, Linux Ctrl+Z) / ⇧⌘Z (Windows, Linux Ctrl+Y)). You can quickly clear a search term or filter with the Clear Settings Search Input button at the right of the search bar.
-
September 2016 (version 1.6) - Visual Studio Code
Search term history - Easily reuse past search terms in the Search box. Launch script support - It's now possible to launch an NPM script before debugging. Workspace recommendations - Provide extension recommendations for other members of your team to use.
-
Glob Patterns Reference - Visual Studio Code
Visual Studio Code uses glob patterns in many components. Examples include setting file and folder includes/excludes in features such as Search, hiding files from the File Explorer or marking them readonly, and setting up programming language-specific file associations. Glob pattern syntax. VS Code supports the following glob syntax:
-
Chat extensions | Visual Studio Code Extension API
Chat participants are domain experts that can answer user queries within a specific domain. Users can reference chat participants in ask mode by using the @ symbol in the Chat view. Alternatively, you can also contribute a language model tool to the chat experience.