Skip to content

Commit bece261

Browse files
committed
Add info about external files and update image
1 parent 3e5dc44 commit bece261

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
338 Bytes
Loading

docs/ide/visual-studio-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To quickly get a filtered experience, you can type the corresponding prefixes be
5353
|members |`m:` | **Alt**+**\\** |
5454
|text |`x:` | **Shift**+**Alt**+**F** |
5555

56-
In Visual Studio 17.11 and later, you can set the scope of code search to the current document, current project, or the entire solution. You can set different scopes for different filters. For example, the default experience can be set to look through *Entire solution* and `members` can be set to look through only the current document. Your selections will be remembered the next time you use code search.
56+
In Visual Studio 17.11 and later, you can set the scope of code search to the current document, current project, the entire solution, or external files that are referenced in your solution, such as header files or files open from locations outside your solution. You can set different scopes for different filters. For example, the default experience can be set to look through *Entire solution* and `members` can be set to look through only the current document. Your selections will be remembered the next time you use code search.
5757

5858
:::image type="content" alt-text="Screenshot of code search scope options." source="./media/vs-2022/search-code-scope.png" :::
5959

0 commit comments

Comments
 (0)