# Find Usages. Package Options

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

This section describes the controls for specifying Package Usage Search options in the Find Usages dialog.

| Item | Description |
| --- | --- |
| Find | In this area, specify the objects to search.     * Usages - if this checkbox is selected, the search is performed for all references of the package by its name in the source code.    * Usages of classes and interfaces - if this checkbox is selected, the search is performed for all references of classes and interfaces from the selected package by their names in the source code.    |
| Options | In this area, configure the search procedure using the following controls:     * Search for text occurrences - if this checkbox is selected, the search is performed in files registered in IntelliJ IDEA.    * 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 | In this area, specify the [scope](configuring-scopes-and-file-colors.html) of search. Select a pre-defined scope from the drop-down list or click the Browse  button ![the Browse button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.general.ellipsis.svg) to open the [Scopes](settings-scopes.html) dialog, where you can define a custom scope. |
| Open in new tab | Select this checkbox have the results of each search shown in a separate tab of the Find Results window. If the checkbox is cleared, the search results will overwrite the contents of the current tab.  |

