<html><head><link rel="canonical" href="https://www.jetbrains.com/help/idea/find-usages-dialog.html.md/" data-react-helmet="true"/></head><body># Find Usages

&gt; **TL;DR**
&gt; `Edit | Find Usages | Find Usages Settings`
&gt;
&gt;
&gt;
&gt; `Ctrl+Alt+Shift+F7` (Windows), `⌘ ⌥ ⇧ F7` (macOS), `⌘ ⌥ ⇧ F7` (IntelliJ IDEA Classic (macOS)), `⌃ ⌥ ⇧ U` (macOS System Shortcuts), `Ctrl+Alt+Shift+7` (XWin), `Ctrl+Alt+Shift+7` (GNOME), `Ctrl+Alt+Shift+7` (KDE), `Ctrl+Alt+Shift+F7` (Emacs), `Ctrl+Alt+Shift+F7` (Sublime Text), `⌘ ⌥ ⇧ F7` (Sublime Text (macOS)), `Ctrl+Alt+Shift+F7` (NetBeans), `Ctrl+Alt+Shift+F12` (Visual Studio), `⌘ ⌥ ⇧ F12` (Visual Studio (macOS)), `Ctrl+Alt+Shift+F7` (Eclipse), `⌘ ⌥ ⇧ F7` (Eclipse (macOS))

The dialog also opens when you click ![the Settings icon](https://resources.jetbrains.com/help/img/idea/2026.2/app.expui.general.settings.svg) in the Show Usages popup which lists all the occurrences of the symbol at caret.

Use this dialog to change the settings of [finding usages](find-highlight-usages.html).

Use this dialog to configure the search procedure and scope when looking for occurrences of the following data:

* Fields, variables and parameters

* Classes, tags, attributes, and references in the HTML, XML, and CSS files

* Symbols at caret.

* Elements of `*.gsp` files in the Grails views.

The search results are displayed in the [Find tool window](find-tool-window.html).

| Item | Description |
| --- | --- |
| Skip results tab with one usage | Select this checkbox to be navigated directly to the found usage without the Find tool window displayed when only one usage is found. |
| Scope | Specify the search [scope](configuring-scopes-and-file-colors.html). Select a pre-defined scope from the list or click ![the Browse button](https://resources.jetbrains.com/help/img/idea/2026.2/app.general.ellipsis.svg) to define a custom scope in the [Scopes dialog](settings-scopes.html).    |
| Open results in new tab  | Select this checkbox to have the results of each search shown on a separate tab of the Find tool window. If the checkbox is not selected, the search results will be shown on the current tab. |

</body></html>