10 results found
-
Basic editing - Visual Studio Code
Search across files 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.
-
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.
-
AI smart actions in Visual Studio Code
Semantic search enables you to find results that are semantically relevant to your search query, even if they don't match the text exactly. This is particularly useful when you're looking for code snippets or documentation that relate to a concept rather than a specific term, or when you don't know the exact terms to search for.
-
NuGet in Visual Studio Code
Add a package To add a NuGet package to your project, use the command NuGet: Add NuGet Package in the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)). If you have more than one project in your solution, you are asked to select which project you want to add the package to. Next, enter a search term to search for NuGet packages by name.
-
Glob Patterns Reference - Visual Studio Code
Glob patterns in the Search view work differently than in settings such as files.exclude and search.exclude. In the settings, you must use **/example to match a folder named example in subfolder folder1/example in your workspace.
-
Visual Studio Code tips and tricks
Filter the list by using the search field. You can also search for shortcuts and add your own keyboard shortcuts to the keybindings.json file. See more in Key Bindings for Visual Studio Code. Tune your settings By default, VS Code shows the Settings editor to view and edit settings.
-
July 2022 (version 1.70) - Visual Studio Code
This shows a picker with your active debug sessions, which you can use to search and filter your individual debug sessions. The description for each picker item will show the session that spawned it, if applicable. Selecting an item in the picker will focus the debug session in the Call Stack view.
-
Terminal Basics - Visual Studio Code
Terminal shells The integrated terminal can use various shells installed on your machine, with the default being pulled from your system defaults. Shells are detected and presented in the terminal profiles dropdown. You can learn more about configuring terminal shells in the terminal profiles article. Managing terminals
-
Terminal Shell Integration - Visual Studio Code
Some other functionality of the command: By default the search mode is "contiguous search", meaning the search term must exactly match. The button on the right of the search input allows switching to fuzzy search. In the current session section, there is a clipboard icon in the right of the Quick Pick that will open the command output in an editor.
-
Making chat an expert in your workspace - Visual Studio Code
Making chat an expert in your workspace To ask questions in chat about your entire codebase, you can reference @workspace or #codebase in your chat prompt. Based on the question, chat intelligently retrieves relevant files and symbols, which it then references in its answer as links and code examples.