Skip to content

Commit ff6bdae

Browse files
authored
revise File Types info and add screenshot (#8462)
* revise File Types info and add screenshot * resize screenshot, add text, and reformat section * remove superfluous text and revise text for parallelism * fix hyphenation error * shorten text for brevity
1 parent 24dd8fb commit ff6bdae

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/ide/find-in-files.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Find in Files
33
description: Learn about the Find in Files feature and how to use it to search a specific set of files.
44
ms.custom: SEO-VS-2020
5-
ms.date: 07/30/2021
5+
ms.date: 08/02/2021
66
ms.topic: conceptual
77
f1_keywords:
88
- vs.findinfiles
@@ -91,7 +91,11 @@ To refine your search, you can select or clear the following option(s):
9191

9292
## File types
9393

94-
The **File types** option indicates the types of files to search through in the **Look in** directories. Select any item in the list to enter a preconfigured search string that will find files of those particular types. You can also can exclude files. To do so, prefix any path or file type with the "!" character to exclude it from the search.
94+
The **File types** option indicates the types of files to search through in the **Look in** directories. Select any item in the list to enter a preconfigured search string that will find files of those particular types.
95+
96+
:::image type="content" source="media/find-file-types.png" alt-text="Screenshot of the File Types section of the Find In Files dialog box.":::
97+
98+
You can search for multiple file types by separating them with a semicolon (`;`). You can also can exclude folders and files by prefixing any path or file type with an exclamation mark (`!`).
9599

96100
### Append results
97101

@@ -130,9 +134,7 @@ Specifies that subfolders of the **Look in** folder will be searched.
130134

131135
## Find options
132136

133-
You can expand or collapse the **Find options** section. The following options can be selected or cleared:
134-
135-
You can select or clear the following option(s):
137+
You can expand or collapse the **Find options** section. You can select or clear the following option(s):
136138

137139
**Match case**
138140

docs/ide/media/find-file-types.png

66.2 KB
Loading

0 commit comments

Comments
 (0)