You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/finding-references.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ You can use the **Find All References** command to find where particular code el
17
17
18
18
The results appear in a tool window named **\<element> references**, where *element* is the name of the item you're searching for. A toolbar in the **references** window enables you to do the following:
19
19
20
-
- Change the scope of the search in a drop-down list box. You can choose to look only in open or changed documents,all the way up to the entire solution.
20
+
- Change the scope of the search in a drop-down list box. You can choose to look only in open or changed documents,all the way up to the entire solution.
21
21
- Copy the selected referenced item(s) by choosing the **Copy** button. All the values in all the columns for all selected rows are copied to the clipboard, preceded by the column headings. This makes it easy to paste into a spreadsheet.
22
22
- Choose buttons to go to the next or previous location in the list, or press the up and down arrow keys to do so.
23
23
- Remove any filters on the returned results by choosing the **Clear All Filters** button.
0 commit comments