Find Results
The Find Results panel is used to display the results of a Find In Files operation.
Each file that was found to contain one or more references to the searched string is listed as root items in the Find Results treeview. Expanding one of the file nodes will reveal each instance where the searched string is located in that file.
Double-click a reference in the treeview to open that file and position the cursor on the relevant line. The searched string will also be selected in the editor.
For more information, refer to Find In Files.
Find Results Toolbar

Locate In Editor
Click the “Locate In Editor” button to open the currently selected item in the results tree. The file is opened in the Code Editor and the cursor is positioned on the indicated line of code with the symbol highlighted. This is the same operation as double-clicking an item in the results tree.
Find Previous
Click the “Find Previous” button to move up one from the currently selected item, then perform the “Locate in Editor” operation on the newly selected item. If the top item is currently selected, then the selected item will wrap to the bottom of the list.
Find Next
Click the “Find Next” button to move down one from the currently selected item, then perform the “Locate in Editor” operation on the newly selected item. If the bottom item is currently selected, then the selected item will wrap to the top of the list.
Expand All
Click the “Expand All” button to expand all items in the results tree.
Collapse All
Click the “Collapse All” button to collapse all items in the results tree.
Context Menu Operations
The Find Results panel supports the following context menu options:
Locate In Editor
Opens the selected file and positions the cursor on the appropriate line of code.
Copy to Clipboard
Copies the contents of the Find Results panel to the Windows clipboard.