Skip to content

Commit 4813e55

Browse files
committed
Merge branch 'main' into live
2 parents 8d9a955 + ac89a0d commit 4813e55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/finding-references.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ ms.subservice: general-ide
1313
---
1414
# Find references in your code
1515

16-
You can use the **Find All References** command to find where particular code elements are referenced throughout your codebase. The **Find All References** command is available on the context (right-click) menu of the element you want to find references to. Or, press **Alt + F2**.
16+
You can use the **Find All References** command to find where particular code elements are referenced throughout your codebase. The **Find All References** command is available on the context (right-click) menu of the element you want to find references to. Or, press **Shift**+**F12**.
1717

1818
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:
1919

2020
- 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.
2121
- 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-
- Choose buttons to go to the next or previous location in the list, or press the up and down arrow keys to do so.
22+
- Choose buttons to go to the next or previous location in the list, or press the **F8** and **Shift+F8** keys to do so.
2323
- Remove any filters on the returned results by choosing the **Clear All Filters** button.
2424
- Change how returned items are grouped by choosing a setting in the **Group by:** drop-down list box.
2525
- Keep the current search results window by choosing the **Keep Results** button. When you choose this button, the current search results stay in this window, and new search results appear in a new tool window.

0 commit comments

Comments
 (0)