# Project tool window

> **TL;DR**
> `View | Tool Windows | Project` or `Alt+1` (Windows), `⌘ 1` (macOS), `⌘ 1` (IntelliJ IDEA Classic (macOS)), `⌘ 1` (macOS System Shortcuts), `Alt+1` (XWin), `Alt+1` (GNOME), `Alt+1` (KDE), `Alt+1` (Emacs), `Alt+1` (Sublime Text), `⌘ 1` (Sublime Text (macOS)), `Ctrl+1` (NetBeans), `Ctrl+Alt+L` (Visual Studio), `⌘ ⌥ L` (Visual Studio (macOS)), `Alt+1` (Eclipse), `Alt+1` (Eclipse (macOS))

The   Project tool window  (`Alt+1` (Windows), `⌘ 1` (macOS), `⌘ 1` (IntelliJ IDEA Classic (macOS)), `⌘ 1` (macOS System Shortcuts), `Alt+1` (XWin), `Alt+1` (GNOME), `Alt+1` (KDE), `Alt+1` (Emacs), `Alt+1` (Sublime Text), `⌘ 1` (Sublime Text (macOS)), `Ctrl+1` (NetBeans), `Ctrl+Alt+L` (Visual Studio), `⌘ ⌥ L` (Visual Studio (macOS)), `Alt+1` (Eclipse), `Alt+1` (Eclipse (macOS)))  lets you take a look at your project   from various viewpoints and perform different tasks such as creating new items   (directories, files, classes, and so on) , opening files in the editor, navigating to the necessary code fragments, and more.

![the Project tool window](https://resources.jetbrains.com.cn/help/img/idea/2026.2/project-tool-window.png)

## Views

The tool window has several views:

* Project view. This view displays all the project items along with their dependencies (SDKs and libraries). The emphasis is on the directory structure, although the packages are also shown.

* Packages view. This view emphasizes the package structure of the project. Modules, SDKs, and libraries, are not displayed by default.

* Scope views (Project Files, Open Files, and so on). These views display the contents of the predefined and user-defined [scopes](configuring-scopes-and-file-colors.html).

To switch between views, press `Alt+Right` (Windows), `⌘ ⇧ ]` (macOS), `⌃ →` (IntelliJ IDEA Classic (macOS)), `⌘ ⌥ →` (macOS System Shortcuts), `Alt+Right` (XWin), `Alt+Right` (GNOME), `Alt+Right` (KDE), `Alt+Right` (Emacs), `Ctrl+Page Down` (Sublime Text), `⌘ ⇧ ]` (Sublime Text (macOS)), `Ctrl+Page Down` (NetBeans), `Alt+Right` (Visual Studio), `⌘ ⇧ ]` (Visual Studio (macOS)), `Ctrl+F6` (Eclipse), `⌘ F6` (Eclipse (macOS))/ `Alt+Left` (Windows), `⌘ ⇧ [` (macOS), `⌃ ←` (IntelliJ IDEA Classic (macOS)), `⌘ ⌥ ←` (macOS System Shortcuts), `Alt+Left` (XWin), `Alt+Left` (GNOME), `Alt+Left` (KDE), `Alt+Left` (Emacs), `Ctrl+Page Up` (Sublime Text), `⌘ ⇧ [` (Sublime Text (macOS)), `Ctrl+Page Up` (NetBeans), `Alt+Left` (Visual Studio), `⌘ ⇧ [` (Visual Studio (macOS)), `Ctrl+Shift+F6` (Eclipse), `⌘ ⇧ F6` (Eclipse (macOS)) or select a view from the list on the header.

You can also display each view in a separate tab: click ![Settings](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app-client.expui.general.moreVertical.svg) and disable the Group Tabs option.

Group Tabs disabled:

![IntelliJ IDEA: choosing a view in the Project tool window](https://resources.jetbrains.com.cn/help/img/idea/2026.2/ij_project_tw_group_tabs_disabled.png)

Group Tabs enabled:

![IntelliJ IDEA: choosing a view in the Project tool window](https://resources.jetbrains.com.cn/help/img/idea/2026.2/ij_project_tw_group_tabs_enabled.png)

## Appearance and behavior

Procedure: Quickly add files and folders

You can create a new file or folder from the tool window toolbar. The available options depend on the node selected in the tool window.

For example, if the Java sources root is selected, you can create Java classes and packages. If the project directory is selected, you can create folders, files, or modules.

* Click ![](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app-client.expui.general.add.svg) on the tool window toolbar and select an option from the list.

Use the [speed search](speed-search-in-the-tool-windows.html) to find options faster: start typing the file type you want to create to narrow down the results.

![Add files from Project tool window toolbar](https://resources.jetbrains.com.cn/help/img/idea/2026.2/ij_project_tw_add_file.png)

Procedure: Preview files

There are two ways to preview files without opening each one in a separate tab:

* Use the file preview popup: select a file in the   Project tool window  (`Alt+1` (Windows), `⌘ 1` (macOS), `⌘ 1` (IntelliJ IDEA Classic (macOS)), `⌘ 1` (macOS System Shortcuts), `Alt+1` (XWin), `Alt+1` (GNOME), `Alt+1` (KDE), `Alt+1` (Emacs), `Alt+1` (Sublime Text), `⌘ 1` (Sublime Text (macOS)), `Ctrl+1` (NetBeans), `Ctrl+Alt+L` (Visual Studio), `⌘ ⌥ L` (Visual Studio (macOS)), `Alt+1` (Eclipse), `Alt+1` (Eclipse (macOS)))  and press `Space` (Windows), `Space` (macOS), `Space` (IntelliJ IDEA Classic (macOS)), `Space` (macOS System Shortcuts), `Space` (XWin), `Space` (GNOME), `Space` (KDE), `Space` (Emacs), `Space` (Sublime Text), `Space` (Sublime Text (macOS)), `Space` (NetBeans), `Space` (Visual Studio), `Space` (Visual Studio (macOS)), `Space` (Eclipse), `Space` (Eclipse (macOS)) .

![Opening a file preview in the Project tool window](https://resources.jetbrains.com.cn/help/img/idea/2026.2/project-tw-preview.png)

* Enable the [preview tab](using-code-editor.html#preview-tab)  : click ![the Options button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app-client.expui.general.moreVertical.svg) and select `Behavior | Enable Preview Tab`.

Procedure: Show file size and modification timestamp

You can view the size and modification timestamp for the files in the project tree.

* In the   Project tool window  (`Alt+1` (Windows), `⌘ 1` (macOS), `⌘ 1` (IntelliJ IDEA Classic (macOS)), `⌘ 1` (macOS System Shortcuts), `Alt+1` (XWin), `Alt+1` (GNOME), `Alt+1` (KDE), `Alt+1` (Emacs), `Alt+1` (Sublime Text), `⌘ 1` (Sublime Text (macOS)), `Ctrl+1` (NetBeans), `Ctrl+Alt+L` (Visual Studio), `⌘ ⌥ L` (Visual Studio (macOS)), `Alt+1` (Eclipse), `Alt+1` (Eclipse (macOS))) , click ![the Options button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app-client.expui.general.moreVertical.svg) and select `Appearance | File Details`.

![Descriptions in Tree Views option on and off](https://resources.jetbrains.com.cn/help/img/idea/2026.2/in-place-descriptions.png)

Procedure: Show tree indent guides

In the  Project tool window   , you can display vertical lines that mark indent levels and help you better understand the hierarchy of the components in your project  .

1. Press `Ctrl+Alt+S` (Windows), `⌘ Comma` (macOS), `⌘ Comma` (IntelliJ IDEA Classic (macOS)), `⌘ Comma` (macOS System Shortcuts), `Ctrl+Alt+S` (XWin), `Ctrl+Alt+S` (GNOME), `Ctrl+Alt+S` (KDE), `Ctrl+Alt+S` (Emacs), `Ctrl+Alt+S` (Sublime Text), `⌘ Comma` (Sublime Text (macOS)), `Ctrl+Alt+S` (NetBeans), `Ctrl+Alt+S` (Visual Studio), `⌘ Comma` (Visual Studio (macOS)), `Ctrl+Alt+S` (Eclipse), `⌘ Comma` (Eclipse (macOS)) to open settings and then select `Appearance & Behavior | Appearance`.

2. In the Tree Views section, enable the Show indent guides option.

![Tree indent guides in the tool window](https://resources.jetbrains.com.cn/help/img/idea/2026.2/tree-indent-guides.png)

Procedure: Open files with one click

You can configure the Project tool window to open files in the editor with a single click.

* In the Project tool window, click ![the Options button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app-client.expui.general.moreVertical.svg) and enable the `Behavior | Open Files with Single Click` option.

![Context menu](https://resources.jetbrains.com.cn/help/img/idea/2026.2/project_view_context_menu.png)

Procedure: Quickly locate files in the Project tool window

IntelliJ IDEA can help you keep track of the file currently open in the active editor tab by automatically selecting it in the Project tool window.

* In the Project tool window, click ![the Options button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app-client.expui.general.moreVertical.svg) and enable the `Behavior | Always Select Opened File` option.

## Header context menu

The context menu that appears by right-clicking the header or clicking the Options button ![the Options icon](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app-client.expui.general.moreVertical.svg) provides settings for project [views](#views), [viewing modes](viewing-modes.html), as well as for switching between the views, resizing the tool window, and more.

The following table lists and briefly explains the available commands and options.

| Item | Shortcut | Description |
| --- | --- | --- |
| Select Next View or Tab | `Alt+Right` (Windows), `⌘ ⇧ ]` (macOS), `⌃ →` (IntelliJ IDEA Classic (macOS)), `⌘ ⌥ →` (macOS System Shortcuts), `Alt+Right` (XWin), `Alt+Right` (GNOME), `Alt+Right` (KDE), `Alt+Right` (Emacs), `Ctrl+Page Down` (Sublime Text), `⌘ ⇧ ]` (Sublime Text (macOS)), `Ctrl+Page Down` (NetBeans), `Alt+Right` (Visual Studio), `⌘ ⇧ ]` (Visual Studio (macOS)), `Ctrl+F6` (Eclipse), `⌘ F6` (Eclipse (macOS)) |    Use this option to switch between different views.     The option is only available when Group Tabs is disabled.    |
| Select Previous View or Tab | `Alt+Left` (Windows), `⌘ ⇧ [` (macOS), `⌃ ←` (IntelliJ IDEA Classic (macOS)), `⌘ ⌥ ←` (macOS System Shortcuts), `Alt+Left` (XWin), `Alt+Left` (GNOME), `Alt+Left` (KDE), `Alt+Left` (Emacs), `Ctrl+Page Up` (Sublime Text), `⌘ ⇧ [` (Sublime Text (macOS)), `Ctrl+Page Up` (NetBeans), `Alt+Left` (Visual Studio), `⌘ ⇧ [` (Visual Studio (macOS)), `Ctrl+Shift+F6` (Eclipse), `⌘ ⇧ F6` (Eclipse (macOS)) |    Use this option to switch between different views.     The option is only available when Group Tabs is disabled.    |
| Show List of Views or Tabs | `Alt+Down` (Windows), `⌃ ⇧ ↓` (macOS), `Alt+Down` (IntelliJ IDEA Classic (macOS)), `⌘ ⌥ ⇧ ↓` (macOS System Shortcuts), `Alt+Down` (XWin), `Alt+Down` (GNOME), `Alt+Down` (KDE), `Alt+Down` (Emacs), `Alt+Down` (Sublime Text), `⌃ ⇧ ↓` (Sublime Text (macOS)), `Alt+Down` (NetBeans), `Alt+Down` (Visual Studio), `⌃ ⇧ ↓` (Visual Studio (macOS)), `Alt+Down` (Eclipse), `⌃ ⇧ ↓` (Eclipse (macOS)) |     Use this option to switch between different views.      The option is only available when Group Tabs is disabled.    |
| Behavior |  |
| Enable Preview Tab |  | Enable the [preview tab](using-code-editor.html#preview-tab)   that allows you to view files in a single tab one by one without opening each file in a new tab. |
| Open Files with Single Click |  |     Open an item in the editor by clicking it in the  Project tool window  once. Otherwise, you need to double-click items to open them.       Note that you cannot disable this option if you enable the [preview tab](using-code-editor.html#preview-tab)  .     |
| Open Directories with Single Click |  | Expand and collapse directories in the  Project tool window  by clicking them once. Otherwise, you need to double-click a directory to open it or use the ![Expand](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.actions.arrowExpand.svg) icon next to the directory's name. |
| Always Select Opened File |  |  If this option is on, IntelliJ IDEA automatically locates documents that you open in the editor in the current view of this window.  |
| Appearance |  |
| Modules |  | This option is available only in the Packages view and scope views. (In the Project view, modules are always shown.)     Turn this option on or off to show or hide modules.    |
| Members |  |     If this option is on, the files in the tree that contain classes turn into nodes. When such a node is unfolded, the contained classes with their fields, methods, and other members of the selected item are shown.          ![Show class members in the Project tool window](https://resources.jetbrains.com.cn/help/img/idea/2026.2/show_members.png)   |
| Excluded Files |  |    This option is available only in the Project view.     Turn this option on or off to show or hide [excluded folders and files](project-analysis.html).      |
| Visibility Icons |  | Display visibility modifiers for classes in the project tree:       * Public: ![Public class modifier](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.nodes.public.svg)    * Protected: ![Protected class modifier](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.nodes.protected.svg)    * Default: ![Default class modifier](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.nodes.packageLocal.svg)    * Private: ![Private class modifier](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.nodes.private.svg)    |
| Scratches and Consoles |  | Hide or display the Scratches and Consoles node.     This node contains your [scratch files](scratches.html) and [query consoles](query-consoles.html).    |
| Library Contents |  |    This option is available only in the Packages view. (In the Project view, libraries are always shown; in the scope views, libraries are never shown.)      Turn this option on or off to show or hide libraries and their contents.       Note that within the Libraries category are the libraries included in module dependencies and also the SDKs associated with your modules.     |
| Flatten Modules |  | If this option is off, modules are shown as a hierarchy or in groups. If this option is on, all modules appear at the same level.    |
| Flatten Packages |  | If this option is off, packages are shown as a hierarchy. If this option is on, all packages appear at the same level and are identified by their qualified names.     |
| Abbreviate Qualified Names |  | This option is available only if the Flatten Packages option is on.      If the option is on, most of the initial <name>. fragments in qualified package names are abbreviated.      ![Abbreviate qualified package names](https://resources.jetbrains.com.cn/help/img/idea/2026.2/abbreviate_qualified_package_names.png)  |
| Compact Middle Packages / Hide Empty Middle Packages |  |     This option lets you specify how or whether empty packages are to be shown. (Empty packages are ones that contain nothing but other packages.)       If the option is on, empty packages are shown compacted.      |
| File Details |  |     Select this option to have the size and modification timestamp of files displayed.     |
| File Nesting |  |  Opens the [File nesting dialog](file-nesting-dialog.html) where you can configure presentation of files that have same names but different extensions.  |
| Customize Tree Views |  | Navigate to `Settings \| Appearance & Behavior \| Appearance \| Tree Views` to configure [options for tree views](settings-appearance.html#tree-views).  |
| Sort By |  |
| Name |  |    Sort files alphabetically by their names.      The option does not affect the order of folders, they are always sorted alphabetically.    |
| Type |  |    Sort files by their extensions.  `java` files appear in the following order: interfaces, classes, enumerations, and so on.       The option does not affect the order of folders, they are always sorted alphabetically.    |
| Modification Time (Newest First/Oldest First) |  |    Sort files by the time they were modified. To display this information,  select `View \| Appearance \| Details in Tree View` from the main menu.         The option does not affect the order of folders, they are always sorted alphabetically.    |
| Folders Always on Top |  |   If the option is on, folders are shown above the files. Otherwise, all items are sorted alphabetically, and files and folders appear intermixed.    |
| Edit Scopes |  |    Open the Scopes dialog in which you can create and edit used-defined [scopes](configuring-scopes-and-file-colors.html).       Note that this command is available only if the current view is a scope view.     |
| Speed Search | `Ctrl+F` (Windows), `⌘ F` (macOS), `⌘ F` (IntelliJ IDEA Classic (macOS)), `⌘ F` (macOS System Shortcuts), `Ctrl+F` (XWin), `Ctrl+F` (GNOME), `Ctrl+F` (KDE), `Ctrl+Alt+S` (Emacs), `Ctrl+F` (Sublime Text), `⌘ F` (Sublime Text (macOS)), `Ctrl+F` (NetBeans), `Ctrl+F` (Visual Studio), `⌘ F` (Visual Studio (macOS)), `Ctrl+F` (Eclipse), `Ctrl+F` (Eclipse (macOS)) | Search for an item. Learn more from [Speed Search in tool windows](speed-search-in-the-tool-windows.html) |
| Group Tabs |  |    If this option is on, there is a list in the left part of the header from which you can select the necessary view.       If this option is off, the views are represented by tabs which appear in the left part of the header.         |
| View Mode |  | This option lets you control general appearance and behavior of the tool window.  For full information, refer to [Tool window view modes](viewing-modes.html).   |
| Move to |  |  To associate the tool window with a different [tool window bar](tool-windows.html#bars_and_buttons), select this command, and then select the destination tool window bar (Top, Left, Bottom or  Right). For full information, refer to the [Move tool windows](manipulating-the-tool-windows.html#move-tool-windows) chapter.  |
| Resize |  |     To resize the tool window by moving one of its borders, select this command, and then select the necessary Stretch to option.      Note that this command is not available for the floating mode.    |
| Remove from Sidebar |  |    This command hides the tool window,  removes the associated [tool window button](tool-windows.html#bars_and_buttons) from the tool window bar,  and removes the tool window from the   [quick access menu](tool-windows.html)  ( ![tb shown](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.general.tbShown.svg) or ![tb hidden](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.general.tbHidden.svg)).      To open the tool window again (and restore the associated features), use the main menu: `View \| Tool Windows \| <Window Name>` or press `Alt+1` (Windows), `⌘ 1` (macOS), `⌘ 1` (IntelliJ IDEA Classic (macOS)), `⌘ 1` (macOS System Shortcuts), `Alt+1` (XWin), `Alt+1` (GNOME), `Alt+1` (KDE), `Alt+1` (Emacs), `Alt+1` (Sublime Text), `⌘ 1` (Sublime Text (macOS)), `Ctrl+1` (NetBeans), `Ctrl+Alt+L` (Visual Studio), `⌘ ⌥ L` (Visual Studio (macOS)), `Alt+1` (Eclipse), `Alt+1` (Eclipse (macOS)).     |
| Hide |  `Shift+Escape` (Windows), `⇧ ⎋` (macOS), `⇧ ⎋` (IntelliJ IDEA Classic (macOS)), `⇧ ⎋` (macOS System Shortcuts), `Shift+Escape` (XWin), `Shift+Escape` (GNOME), `Shift+Escape` (KDE), `Shift+Escape` (Emacs), `Shift+Escape` (Sublime Text), `⇧ ⎋` (Sublime Text (macOS)), `Shift+Escape` (NetBeans), `Shift+Escape` (Visual Studio), `⇧ ⎋` (Visual Studio (macOS)), `Shift+Escape` (Eclipse), `⇧ ⎋` (Eclipse (macOS))  | Hide the tool window. |
| Help |  | This command opens the description of the  Project tool window  in the IntelliJ IDEA online help. |

## Context menu commands for the content pane items

The context menu of an item provides access to all the functions available for this item.

| Item | Shortcut | Description |
| --- | --- | --- |
| New |  `Alt+Insert` (Windows), `⌘ N` (macOS), `⌃ N` (IntelliJ IDEA Classic (macOS)), `⌘ N` (macOS System Shortcuts), `Alt+Insert` (XWin), `Alt+Insert` (GNOME), `Alt+Insert` (KDE), `Alt+Insert` (Emacs), `Ctrl+N` (Sublime Text), `⌘ N` (Sublime Text (macOS)), `Alt+Insert` (NetBeans), `Ctrl+N` (Visual Studio), `⌘ N` (Visual Studio (macOS)), `Alt+Insert` (Eclipse), `⌘ N` (Eclipse (macOS))  |   Create a new item  (module, package, directory, file, class, and so on.)    within the selected one.  (project, module, directory or package)       In the Scratches view, this command also lets you create a query console.   |
| Cut |  `Ctrl+X` (Windows), `⌘ X` (macOS), `⌘ X` (IntelliJ IDEA Classic (macOS)), `⌘ X` (macOS System Shortcuts), `Ctrl+X` (XWin), `Ctrl+X` (GNOME), `Ctrl+X` (KDE), `Shift+Delete` (Emacs), `Ctrl+X` (Sublime Text), `⌘ X` (Sublime Text (macOS)), `Ctrl+X` (NetBeans), `Ctrl+X` (Visual Studio), `⌘ X` (Visual Studio (macOS)), `Ctrl+X` (Eclipse), `⌘ X` (Eclipse (macOS))  | Move the selected item or items from the current location to the clipboard. |
| Copy | `Ctrl+C` (Windows), `⌘ C` (macOS), `⌘ C` (IntelliJ IDEA Classic (macOS)), `⌘ C` (macOS System Shortcuts), `Ctrl+C` (XWin), `Ctrl+C` (GNOME), `Ctrl+C` (KDE), `Ctrl+Insert` (Emacs), `Ctrl+C` (Sublime Text), `⌘ C` (Sublime Text (macOS)), `Ctrl+C` (NetBeans), `Ctrl+C` (Visual Studio), `⌘ C` (Visual Studio (macOS)), `Ctrl+C` (Eclipse), `⌘ C` (Eclipse (macOS)) | Copy the selected item or items to the clipboard. |
| Copy Path/Reference |  |    Use this command and one of the following options to copy the selected item(s) to the clipboard:       * Absolute Path: copies the full path(s) of the selected item or items.    * File Name: copies only the file name to the clipboard.    * Path from Content Root: copies the path relative to the directory that contains the application content files.    * Path from Source Root: copies the path relative to the [Sources Root](content-roots.html#sources-root).    * Path From Repository Root: copies the path relative to the project repository.    * GitHub Repository URL: copies the path relative to the project repository on GitHub.    * Toolbox URL: if you have IntelliJ IDEA Toolbox installed, you can insert the copied path in the browser to open the Toolbox application with the selected project.    * Copy Reference (`Ctrl+Alt+Shift+C` (Windows), `⌘ ⌥ ⇧ C` (macOS), `⌘ ⌥ ⇧ C` (IntelliJ IDEA Classic (macOS)), `⌘ ⌥ ⇧ C` (macOS System Shortcuts), `Ctrl+Alt+Shift+C` (XWin), `Ctrl+Alt+Shift+C` (GNOME), `Ctrl+Alt+Shift+C` (KDE), `Ctrl+Alt+Shift+C` (Emacs), `Ctrl+Alt+Shift+C` (Sublime Text), `⌘ ⌥ ⇧ C` (Sublime Text (macOS)), `Ctrl+Alt+Shift+C` (NetBeans), `Ctrl+Alt+Shift+C` (Visual Studio), `⌘ ⌥ ⇧ C` (Visual Studio (macOS)), `Ctrl+Alt+Shift+C` (Eclipse), `⌘ ⌥ ⇧ C` (Eclipse (macOS))): copies the reference of the selected item including the line number.    |
| Paste |  `Ctrl+V` (Windows), `⌘ V` (macOS), `⌘ V` (IntelliJ IDEA Classic (macOS)), `⌘ V` (macOS System Shortcuts), `Ctrl+V` (XWin), `Ctrl+V` (GNOME), `Ctrl+V` (KDE), `Shift+Insert` (Emacs), `Ctrl+Shift+V` (Sublime Text), `⌘ ⇧ V` (Sublime Text (macOS)), `Ctrl+V` (NetBeans), `Ctrl+V` (Visual Studio), `⌘ V` (Visual Studio (macOS)), `Ctrl+V` (Eclipse), `⌘ V` (Eclipse (macOS))  | Insert the contents of the clipboard into the selected location. |
| Open Module Settings |  `F4` (Windows), `⌘ ↓` (macOS), `F4` (IntelliJ IDEA Classic (macOS)), `F4` (macOS System Shortcuts), `F4` (XWin), `F4` (GNOME), `F4` (KDE), `F4` (Emacs), `F4` (Sublime Text), `F4` (Sublime Text (macOS)), `F4` (NetBeans), `F4` (Visual Studio), `⌘ ↓` (Visual Studio (macOS)), `F12` (Eclipse), `F3` (Eclipse (macOS))  | Open the settings for the selected module. These will be shown on the [Modules page](configure-modules.html) in the Project Structure dialog (`Ctrl+Alt+Shift+S` (Windows), `⌘ ;` (macOS), `⌘ ;` (IntelliJ IDEA Classic (macOS)), `⌘ ⇧ Comma` (macOS System Shortcuts), `Ctrl+Alt+Shift+S` (XWin), `Ctrl+Alt+Shift+S` (GNOME), `Ctrl+Alt+Shift+S` (KDE), `Ctrl+Alt+Shift+S` (Emacs), `Ctrl+Alt+Shift+S` (Sublime Text), `⌘ ;` (Sublime Text (macOS)), `Ctrl+Alt+Shift+S` (NetBeans), `Ctrl+Alt+Shift+S` (Visual Studio), `⌘ ;` (Visual Studio (macOS)), `Ctrl+Alt+Shift+S` (Eclipse), `⌘ ;` (Eclipse (macOS))).  |
| 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))  |  Search for the usages of the selected item.  (The [Find Usages dialog](find-usages-dialog.html) will open.)   |
| Find in Files |  `Ctrl+Shift+F` (Windows), `⌘ ⇧ F` (macOS), `⌃ ⇧ F` (IntelliJ IDEA Classic (macOS)), `⌘ ⇧ F` (macOS System Shortcuts), `Ctrl+Shift+F` (XWin), `Ctrl+Shift+F` (GNOME), `Ctrl+Shift+F` (KDE), `Ctrl+Shift+F` (Emacs), `Ctrl+Shift+F` (Sublime Text), `⌘ ⇧ F` (Sublime Text (macOS)), `Ctrl+Shift+F` (NetBeans), `Ctrl+Shift+F` (Visual Studio), `⌘ ⇧ F` (Visual Studio (macOS)), `Ctrl+H` (Eclipse), `⌃ H` (Eclipse (macOS))  | Perform a text search. (Find in Files dialog will open.)  |
| Replace in Files |  `Ctrl+Shift+R` (Windows), `⌘ ⇧ R` (macOS), `⌃ ⇧ R` (IntelliJ IDEA Classic (macOS)), `⌘ ⇧ R` (macOS System Shortcuts), `Ctrl+Shift+R` (XWin), `Ctrl+Shift+R` (GNOME), `Ctrl+Shift+R` (KDE), `Ctrl+Shift+R` (Emacs), `Ctrl+Shift+R` (Sublime Text), `Ctrl+Shift+R` (Sublime Text (macOS)), `Ctrl+Shift+H` (NetBeans), `Ctrl+Shift+H` (Visual Studio), `⌘ ⇧ H` (Visual Studio (macOS)), `Ctrl+Shift+R` (Eclipse), `Ctrl+Shift+R` (Eclipse (macOS))  | Perform text search-and-replace. (Replace in Path dialog will open.)  |
| Analyze |  | Access the functions related to code [inspections](code-inspection.html) and [analysis](null).  |
| Rename | `Shift+F6` (Windows), `⇧ F6` (macOS), `⇧ F6` (IntelliJ IDEA Classic (macOS)), `⌘ ⌥ R` (macOS System Shortcuts), `Shift+F6` (XWin), `Shift+F6` (GNOME), `Shift+F6` (KDE), `Shift+F6` (Emacs), `Shift+F6` (Sublime Text), `⇧ F6` (Sublime Text (macOS)), `Ctrl+R` (NetBeans), `Ctrl+R, R` (Visual Studio), `⌘ R, R` (Visual Studio (macOS)), `Alt+Shift+R` (Eclipse), `⇧ F6` (Eclipse (macOS)) | Rename the selected item. |
|  Refactor   |    |    Perform one of the [refactorings](refactoring-source-code.html)   available for the selected item.     |
| Bookmarks |  | Add the selected item to an existing or new [list of bookmarks](bookmarks.html).  |
| Browse Type Hierarchy | `Ctrl+H` (Windows), `⌃ H` (macOS), `⌃ H` (IntelliJ IDEA Classic (macOS)), `⌃ ⌥ H` (macOS System Shortcuts), `Ctrl+H` (XWin), `Ctrl+H` (GNOME), `Ctrl+H` (KDE), `Ctrl+H` (Emacs), `Ctrl+H` (Sublime Text), `Ctrl+H` (Sublime Text (macOS)), `Alt+Shift+F12` (NetBeans), `Ctrl+E, H` (Visual Studio), `⌘ E, H` (Visual Studio (macOS)), `F4` (Eclipse), `F4` (Eclipse (macOS)) |    For a file (normally, a class): open the class hierarchy for the selected file (class). The Hierarchy tool window will open.     For more information, refer to [Source code hierarchy](viewing-structure-and-hierarchy-of-the-source-code.html).    |
| Reformat Code |  `Ctrl+Alt+L` (Windows), `⌘ ⌥ L` (macOS), `⌘ ⌥ L` (IntelliJ IDEA Classic (macOS)), `⌘ ⌥ L` (macOS System Shortcuts), `Ctrl+Alt+L` (XWin), `Ctrl+Alt+L` (GNOME), `Alt+Shift+L` (KDE), `Ctrl+Alt+L` (Emacs), `Ctrl+Alt+L` (Sublime Text), `⌘ ⌥ L` (Sublime Text (macOS)), `Alt+Shift+F` (NetBeans), `Ctrl+Alt+Enter` (Visual Studio), `⌘ ⌥ ⏎` (Visual Studio (macOS)), `Ctrl+Alt+L` (Eclipse), `⌘ ⇧ F` (Eclipse (macOS))  |    Reformat the source code in the selected file or in all files in the current directory.      See also, [Reformat code](reformat-and-rearrange-code.html).     |
| Optimize Imports |  `Ctrl+Alt+O` (Windows), `⌃ ⌥ O` (macOS), `⌘ ⌥ O` (IntelliJ IDEA Classic (macOS)), `⌃ ⌥ O` (macOS System Shortcuts), `Ctrl+Alt+O` (XWin), `Ctrl+Alt+O` (GNOME), `Ctrl+Alt+O` (KDE), `Ctrl+Alt+O` (Emacs), `Ctrl+Alt+O` (Sublime Text), `⌃ ⌥ O` (Sublime Text (macOS)), `Ctrl+Shift+I` (NetBeans), `Ctrl+R, G` (Visual Studio), `⌃ ⌥ O` (Visual Studio (macOS)), `Ctrl+Alt+O` (Eclipse), `⌘ ⇧ O` (Eclipse (macOS))  |  [Optimize                         imports](creating-and-optimizing-imports.html#optimize-imports) in the selected file or in all files in the current directory. This feature removes unused imports and rearranges import statements.  |
| Delete |  `Delete` (Windows), `⌦` (macOS), `⌦` (IntelliJ IDEA Classic (macOS)), `⌦` (macOS System Shortcuts), `Delete` (XWin), `Delete` (GNOME), `Delete` (KDE), `Delete` (Emacs), `Delete` (Sublime Text), `⌦` (Sublime Text (macOS)), `Delete` (NetBeans), `Delete` (Visual Studio), `⌦` (Visual Studio (macOS)), `Delete` (Eclipse), `⌦` (Eclipse (macOS))  |     Delete the selected item. Use with care!        |
| Change Dialect (<CurrentDialect>) |                    | For SQL files and query consoles, change the SQL dialect associated with the file.  |
| Remove Module |  `Delete` (Windows), `⌦` (macOS), `⌦` (IntelliJ IDEA Classic (macOS)), `⌦` (macOS System Shortcuts), `Delete` (XWin), `Delete` (GNOME), `Delete` (KDE), `Delete` (Emacs), `Delete` (Sublime Text), `⌦` (Sublime Text (macOS)), `Delete` (NetBeans), `Delete` (Visual Studio), `⌦` (Visual Studio (macOS)), `Delete` (Eclipse), `⌦` (Eclipse (macOS))  | Remove a module from your project. Note that the files that make up the module are not physically removed from the disk.  |
| Build Module '<name>' |  | Build the current module. |
| Rebuild '<name>' |  `Ctrl+Shift+F9` (Windows), `⌘ ⇧ F9` (macOS), `⌘ ⇧ F9` (IntelliJ IDEA Classic (macOS)), `⌘ ⇧ F9` (macOS System Shortcuts), `Ctrl+Shift+F9` (XWin), `Ctrl+Shift+F9` (GNOME), `Ctrl+Shift+F9` (KDE), `Ctrl+Shift+F9` (Emacs), `Ctrl+B` (Sublime Text), `⌘ B` (Sublime Text (macOS)), `F9` (NetBeans), `Ctrl+F7` (Visual Studio), `⌘ F7` (Visual Studio (macOS)), `Ctrl+Shift+F9` (Eclipse), `⌘ ⇧ F9` (Eclipse (macOS))  | Compile the selected source file or all the source files in the selected directory.  |
| Override File Type |  |  Change the type of the selected file, for example, to Plain Text to exclude it from project, so it is ignored by inspections, code completion, navigation, and so on. The file will be indicated with a special icon ![](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app-client.expui.fileTypes.text.svg) and shown as plain text in the editor. For more information, refer to  [Exclude files](content-roots.html#exclude-files)  .   |
| Run '<item_name>' |  `Ctrl+Shift+F10` (Windows), `⌃ ⇧ R` (macOS), `⌃ ⇧ F10` (IntelliJ IDEA Classic (macOS)), `⌃ ⇧ R` (macOS System Shortcuts), `Ctrl+Shift+F10` (XWin), `Ctrl+Shift+F10` (GNOME), `Ctrl+Shift+F10` (KDE), `Ctrl+Shift+F10` (Emacs), `Ctrl+Shift+F10` (Sublime Text), `Ctrl+Shift+F10` (Sublime Text (macOS)), `Alt+Shift+F6` (NetBeans), `Ctrl+Alt+F5` (Visual Studio), `⌃ ⌥ F5` (Visual Studio (macOS)), `Ctrl+Shift+F10` (Eclipse), `⌃ ⇧ R` (Eclipse (macOS))  | For an SQL file or query console: execute all the statements contained in the selected file.  |
| Open in Right Split | `Shift+Enter` (Windows), `⇧ ⏎` (macOS), `⇧ ⏎` (IntelliJ IDEA Classic (macOS)), `⇧ ⏎` (macOS System Shortcuts), `Shift+Enter` (XWin), `Shift+Enter` (GNOME), `Shift+Enter` (KDE), `Shift+Enter` (Emacs), `Shift+Enter` (Sublime Text), `⇧ ⏎` (Sublime Text (macOS)), `Shift+Enter` (NetBeans), `Shift+Enter` (Visual Studio), `⇧ ⏎` (Visual Studio (macOS)), `Shift+Enter` (Eclipse), `⇧ ⏎` (Eclipse (macOS))  | Split the editor into two parts and show the file in the right section. For more information, refer to [Split screen](using-code-editor.html#split_screen).  |
| Open in |  |    Open a file in your system file manager or in Terminal.     |
| Local History |  |  View [local history](local-history.html) for the selected file or directory, or create a label for the current version of your project.  |
| Synchronize '<item_name>' |  |    Synchronize the view in the tool window with the view saved in the file system.       If you change a file or directory contents externally, IntelliJ IDEA, under certain circumstances, may not be aware of the corresponding changes unless you use this command.     |
| Compare With |  `Ctrl+D` (Windows), `⌘ D` (macOS), `⌘ D` (IntelliJ IDEA Classic (macOS)), `⌘ D` (macOS System Shortcuts), `Ctrl+D` (XWin), `Ctrl+D` (GNOME), `Ctrl+D` (KDE), `Ctrl+D` (Emacs), `Ctrl+D` (Sublime Text), `⌘ D` (Sublime Text (macOS)), `Ctrl+D` (NetBeans), `Ctrl+D` (Visual Studio), `⌘ D` (Visual Studio (macOS)), `Ctrl+D` (Eclipse), `⌘ D` (Eclipse (macOS))  |  Compare the selected file or directory with another file or directory. See [Compare files, folders, and text sources](comparing-files-and-folders.html)  and [Diff Viewer for folders](differences-viewer-for-folders.html).  |
| Compare File with Editor |  | Compare the selected file with the file open on an active editor tab. See  [Compare files, folders, and text sources](comparing-files-and-folders.html) and  [Diff Viewer for files](differences-viewer.html) .  |
| Load/Unload Modules |  |  [Temporarily ignore unused modules](unloading-modules.html)  |
| External Tools |  |     Launch  a [third-party tool](configuring-third-party-tools.html).     |
|  Mark Directory As   |  |   Make the selected directory a source root  or a test source root , to make the directory excluded, and so on.   The necessary category for the directory is selected from the submenu.                        |
| Diagrams |  `Ctrl+Alt+Shift+U` (Windows), `⌘ ⌥ ⇧ U` (macOS), `⌘ ⌥ ⇧ U` (IntelliJ IDEA Classic (macOS)), `⌘ ⌥ ⇧ U` (macOS System Shortcuts), `Ctrl+Alt+Shift+U` (XWin), `Ctrl+Alt+Shift+U` (GNOME), `Ctrl+Alt+Shift+U` (KDE), `Ctrl+Alt+Shift+U` (Emacs), `Ctrl+Alt+Shift+U` (Sublime Text), `⌘ ⌥ ⇧ U` (Sublime Text (macOS)), `Ctrl+Alt+Shift+U` (NetBeans), `Ctrl+Alt+Shift+U` (Visual Studio), `⌘ ⌥ ⇧ U` (Visual Studio (macOS)), `Ctrl+Alt+Shift+U` (Eclipse), `⌘ ⌥ ⇧ U` (Eclipse (macOS)) or `Ctrl+Alt+U` (Windows), `⌘ ⌥ U` (macOS), `⌘ ⌥ U` (IntelliJ IDEA Classic (macOS)), `⌘ ⌥ U` (macOS System Shortcuts), `Ctrl+Alt+U` (XWin), `Ctrl+Alt+U` (GNOME), `Ctrl+Alt+U` (KDE), `Ctrl+Alt+U` (Emacs), `Ctrl+Alt+U` (Sublime Text), `⌘ ⌥ U` (Sublime Text (macOS)), `Ctrl+Alt+U` (NetBeans), `Ctrl+Alt+U` (Visual Studio), `⌘ ⌥ U` (Visual Studio (macOS)), `Ctrl+Alt+U` (Eclipse), `⌘ ⌥ U` (Eclipse (macOS))  | Open a diagram (for example, a UML diagram) for the selected item.  |
| Update Copyright |  | Update the copyright notice for the selected files and folders. See [Copyright](copyright.html).  |
| WebServices |  | Access the functions related to developing Web services. See [Web services](web-services.html) and [Web service clients](web-service-clients.html).  |

## File status highlights

If [VCS integration is enabled](enabling-version-control.html) for the current project, IntelliJ IDEA uses colors to denote VCS file status in the Project tool window.

You can configure VCS file status colors on  the Version Control | File Status Colors settings page `Ctrl+Alt+S` (Windows), `⌘ Comma` (macOS), `⌘ Comma` (IntelliJ IDEA Classic (macOS)), `⌘ Comma` (macOS System Shortcuts), `Ctrl+Alt+S` (XWin), `Ctrl+Alt+S` (GNOME), `Ctrl+Alt+S` (KDE), `Ctrl+Alt+S` (Emacs), `Ctrl+Alt+S` (Sublime Text), `⌘ Comma` (Sublime Text (macOS)), `Ctrl+Alt+S` (NetBeans), `Ctrl+Alt+S` (Visual Studio), `⌘ Comma` (Visual Studio (macOS)), `Ctrl+Alt+S` (Eclipse), `⌘ Comma` (Eclipse (macOS)) .

> **Tip:**
> To also highlight folders and packages with modified contents, select Highlight directories that contain modified files in the Project tree on  the Version Control | Confirmation settings page `Ctrl+Alt+S` (Windows), `⌘ Comma` (macOS), `⌘ Comma` (IntelliJ IDEA Classic (macOS)), `⌘ Comma` (macOS System Shortcuts), `Ctrl+Alt+S` (XWin), `Ctrl+Alt+S` (GNOME), `Ctrl+Alt+S` (KDE), `Ctrl+Alt+S` (Emacs), `Ctrl+Alt+S` (Sublime Text), `⌘ Comma` (Sublime Text (macOS)), `Ctrl+Alt+S` (NetBeans), `Ctrl+Alt+S` (Visual Studio), `⌘ Comma` (Visual Studio (macOS)), `Ctrl+Alt+S` (Eclipse), `⌘ Comma` (Eclipse (macOS)) .

The table below lists default file status colors and their meanings in some of the [color schemes](configuring-colors-and-fonts.html).

Light theme:

| Color | File Status | Description |
| --- | --- | --- |
| ![Color sample: dark green](https://resources.jetbrains.com.cn/help/img/idea/2026.2/added-light.png)  #0A7700   | Added |   The file in the active [changelist](managing-changelists.html) is scheduled for addition to the repository.  |
| ![Color sample: green](https://resources.jetbrains.com.cn/help/img/idea/2026.2/added-inactive-changelist-light.png)  #0EAA00  | Added in not active changelist |   The file in an inactive changelist is scheduled for addition to the repository. This file status is available if the Highlight files from non-active changelists option is enabled in `Settings \| Version Control \| Changelists`.   |
| ![Color sample: red](https://resources.jetbrains.com.cn/help/img/idea/2026.2/conflicts-light.png)  #FF0000 | Changelist conflict |   The file in an inactive changelist has been modified in the active changelist. In this case, a new dialog will open, prompting you to resolve the [changelist conflict](resolve-conflicts.html). This file status is available if all options are enabled in `Settings \| Version Control \| Changelists`.   |
| ![Color sample: dark green](https://resources.jetbrains.com.cn/help/img/idea/2026.2/added-light.png)  #0A7700 | Copied |   If a file is a copy of another file, its metadata is tracked, and such a file is marked as copied.   |
| ![Color sample: gray](https://resources.jetbrains.com.cn/help/img/idea/2026.2/deleted-light.png)  #616161 | Deleted |   The file is scheduled for deletion from the repository.   |
| ![Color sample: dull purple](https://resources.jetbrains.com.cn/help/img/idea/2026.2/deleted-from-filesystem-light.png)  #773895 | Deleted from file system |   The file has been deleted locally but has not been scheduled for deletion, and it still exists in the repository.   |
| ![Color sample: light grayish blue](https://resources.jetbrains.com.cn/help/img/idea/2026.2/changed-descendants-light.png)  #8AA4C8 | Have changed descendants |   If a file is modified, the IDE will recursively highlight all directories containing that file. This status is available if the Highlight directories that contain modified files in the Project tree option is enabled in `Settings \| Version Control \| Confirmation`.   |
| ![Color sample: bright blue](https://resources.jetbrains.com.cn/help/img/idea/2026.2/changed-children-light.png)  #3264B4 | Have immediate changed children |   If a file is modified, the IDE will highlight its parent directory. This status is available if the Highlight directories that contain modified files in the Project tree option is enabled in `Settings \| Version Control \| Confirmation`.   |
| ![Color sample: light brown](https://resources.jetbrains.com.cn/help/img/idea/2026.2/hijacked-light.png)  #B28C00 | Hijacked |   [Perforce, ClearCase, VSS] The file is [modified                                 without checkout.](null)   |
| ![Color sample: dark olive](https://resources.jetbrains.com.cn/help/img/idea/2026.2/ignored-light.png)  #727238 | Ignored |  A file is intentionally untracked by VCS. |
| ![Color sample: purple](https://resources.jetbrains.com.cn/help/img/idea/2026.2/merged-light.png)  #7503DC | Merged |   The file is merged by your VCS as a result of an update.  |
| ![Color sample: red](https://resources.jetbrains.com.cn/help/img/idea/2026.2/conflicts-light.png)  #FF0000 | Merged with conflicts |   During the last update, the file has been merged with conflicts. |
| ![Color sample: red](https://resources.jetbrains.com.cn/help/img/idea/2026.2/conflicts-light.png)  #FF0000 | Merged with property conflicts |   During the last update, the IDE has detected differences between the properties of the local file and its server version.   |
| ![Color sample: red](https://resources.jetbrains.com.cn/help/img/idea/2026.2/conflicts-light.png)  #FF0000 | Merged with text and property conflicts |   Text and property conflicts happen when two or more developers modify the same lines of a file and the same file properties.   |
| ![Color sample: bright navy](https://resources.jetbrains.com.cn/help/img/idea/2026.2/modified-light.png)  #0032A0 | Modified |   The file has changed since the last synchronization.  |
| ![Color sample: blue](https://resources.jetbrains.com.cn/help/img/idea/2026.2/modified-inactive-changelist-light.png)  #0047E4 | Modified in not active changelist |   The file in an inactive changelist has been modified. This file status is available if the Highlight files from non-active changelists option is enabled in `Settings \| Version Control \| Changelists`.   |
| ![Color sample: Olive](https://resources.jetbrains.com.cn/help/img/idea/2026.2/obsolete-light.png)  #7C7C00 | Obsolete |   The file should no longer be in your working copy of the repository.  |
| ![Color sample: teal](https://resources.jetbrains.com.cn/help/img/idea/2026.2/renamed-light.png)  #007C7C | Renamed |   Since the last update, the file has been renamed.  |
|  ![Color sample: dark cyan](https://resources.jetbrains.com.cn/help/img/idea/2026.2/switched-light.png)  #08978F | Switched |   [SVN] The file is taken from a different branch than the whole project.  |
| ![Color sample: brown](https://resources.jetbrains.com.cn/help/img/idea/2026.2/unversioned-light.png)  #993300 | (Unknown) Unversioned |   The file exists locally but is not in the repository and is not scheduled for addition.   |
| ![Color sample: black](https://resources.jetbrains.com.cn/help/img/idea/2026.2/up-to-date-light.png) None (default color) | Up to date | The file has not been changed. |

Darcula theme:

| Color | File Status | Description |
| --- | --- | --- |
| ![Color sample: dull green](https://resources.jetbrains.com.cn/help/img/idea/2026.2/added-darcula.png)  #629755 | Added |  The file in the active [changelist](managing-changelists.html) is scheduled for addition to the repository. |
| ![Color sample: dull green](https://resources.jetbrains.com.cn/help/img/idea/2026.2/added-darcula.png)  #629755 | Added in not active changelist |  The file in an inactive changelist is scheduled for addition to the repository. This file status is available if the Highlight files from non-active changelists option is enabled in `Settings \| Version Control \| Changelists`.  |
| ![Color sample: dull red](https://resources.jetbrains.com.cn/help/img/idea/2026.2/conflicts-darcula.png)  #D5756C | Changelist conflict |  The file in an inactive changelist has been modified in the active changelist. In this case, a new dialog will open, prompting you to resolve the [changelist conflict](resolve-conflicts.html). This file status is available if all options are enabled in `Settings \| Version Control \| Changelists`.   |
| ![Color sample: green](https://resources.jetbrains.com.cn/help/img/idea/2026.2/copied-darcula.png)  #0A7700 | Copied |  If a file is a copy of another file, its metadata is tracked, and such a file is marked as copied.  |
| ![Color sample: gray](https://resources.jetbrains.com.cn/help/img/idea/2026.2/deleted-darcula.png)  #6C6C6C | Deleted |  The file is scheduled for deletion from the repository.  |
| ![Color sample: dull purple](https://resources.jetbrains.com.cn/help/img/idea/2026.2/deleted-darcula.png)  #6C6C6C | Deleted from file system |  The file has been deleted locally but has not been scheduled for deletion, and it still exists in the repository.  |
| ![Color sample: light blue](https://resources.jetbrains.com.cn/help/img/idea/2026.2/changed-descendants-darcula.png)  #6897BB | Have changed descendants |  If a file is modified, the IDE will recursively highlight all directories containing that file. This status is available if the Highlight directories that contain modified files in the Project tree option is enabled in `Settings \| Version Control \| Confirmation`.  |
| ![Color sample: light blue](https://resources.jetbrains.com.cn/help/img/idea/2026.2/changed-descendants-darcula.png)  #6897BB | Have immediate changed children |  If a file is modified, the IDE will highlight its parent directory. This status is available if the Highlight directories that contain modified files in the Project tree option is enabled in `Settings \| Version Control \| Confirmation`.  |
| ![Color sample: white](https://resources.jetbrains.com.cn/help/img/idea/2026.2/hijacked-darcula.png) None (default color) | Hijacked |  [Perforce, ClearCase, VSS] The file is [modified                                 without checkout.](null)  |
| ![Color sample: light olive](https://resources.jetbrains.com.cn/help/img/idea/2026.2/ignored-darcula.png)  #848504 | Ignored | A file is intentionally untracked by VCS. |
| ![Color sample: light purple](https://resources.jetbrains.com.cn/help/img/idea/2026.2/merged-darcula.png)  #9876AA | Merged |  The file is merged by your VCS as a result of an update.  |
| ![Color sample: dull red](https://resources.jetbrains.com.cn/help/img/idea/2026.2/conflicts-darcula.png)  #D5756C | Merged with conflicts |  During the last update, the file has been merged with conflicts. |
| ![Color sample: dull red](https://resources.jetbrains.com.cn/help/img/idea/2026.2/conflicts-darcula.png)  #D5756C | Merged with property conflicts |  During the last update, the IDE has detected differences between the properties of the local file and its server version.  |
| ![Color sample: dull red](https://resources.jetbrains.com.cn/help/img/idea/2026.2/conflicts-darcula.png)  #D5756C | Merged with text and property conflicts |  Text and property conflicts happen when two or more developers modify the same lines of a file and the same file properties.  |
| ![Color sample: light blue](https://resources.jetbrains.com.cn/help/img/idea/2026.2/changed-descendants-darcula.png)  #6897BB | Modified |  The file has changed since the last synchronization. |
| ![Color sample: light blue](https://resources.jetbrains.com.cn/help/img/idea/2026.2/changed-descendants-darcula.png)  #6897BB | Modified in not active changelist |  The file in an inactive changelist has been modified. This file status is available if the Highlight files from non-active changelists option is enabled in `Settings \| Version Control \| Changelists`.   |
| ![Color sample: white](https://resources.jetbrains.com.cn/help/img/idea/2026.2/hijacked-darcula.png) None (default color) | Obsolete |  The file should no longer be in your working copy of the repository.  |
| ![Color sample: strong cyan](https://resources.jetbrains.com.cn/help/img/idea/2026.2/renamed-darcula.png)  #3A8484 | Renamed |  Since the last update, the file has been renamed.  |
| ![Color sample: white](https://resources.jetbrains.com.cn/help/img/idea/2026.2/hijacked-darcula.png) None (default color) | Switched |  [SVN] The file is taken from a different branch than the whole project. |
| ![Color sample: soft red](https://resources.jetbrains.com.cn/help/img/idea/2026.2/unversioned-darcula.png)  #D1675A | (Unknown) Unversioned |  The file exists locally but is not in the repository and is not scheduled for addition.  |
| ![Color sample: white](https://resources.jetbrains.com.cn/help/img/idea/2026.2/hijacked-darcula.png) None (default color) | Up to date | The file has not been changed. |

High-contrast theme:

| Color | File Status | Description |
| --- | --- | --- |
| ![Color sample: green](https://resources.jetbrains.com.cn/help/img/idea/2026.2/added-hcontrast.png)  #62CC47 | Added |  The file in the active [changelist](managing-changelists.html) is scheduled for addition to the repository. |
| ![Color sample: green](https://resources.jetbrains.com.cn/help/img/idea/2026.2/added-hcontrast.png)  #62CC47 | Added in not active changelist |  The file in an inactive changelist is scheduled for addition to the repository. This file status is available if the Highlight files from non-active changelists option is enabled in `Settings \| Version Control \| Changelists`.  |
| ![Color sample: dull red](https://resources.jetbrains.com.cn/help/img/idea/2026.2/conflicts-hcontrast.png)  #FF6666 | Changelist conflict |  The file in an inactive changelist has been modified in the active changelist. In this case, a new dialog will open, prompting you to resolve the [changelist conflict](resolve-conflicts.html). This file status is available if all options are enabled in `Settings \| Version Control \| Changelists`.  |
| ![Color sample: green](https://resources.jetbrains.com.cn/help/img/idea/2026.2/added-hcontrast.png)  #62CC47 | Copied |  If a file is a copy of another file, its metadata is tracked, and such a file is marked as copied.  |
| ![Color sample: orange](https://resources.jetbrains.com.cn/help/img/idea/2026.2/deleted-hcontrast.png)  #ED864A | Deleted |  The file is scheduled for deletion from the repository.  |
| ![Color sample: orange](https://resources.jetbrains.com.cn/help/img/idea/2026.2/deleted-hcontrast.png)  #ED864A | Deleted from file system |  The file has been deleted locally but has not been scheduled for deletion, and it still exists in the repository.  |
| ![Color sample: vivid cyan](https://resources.jetbrains.com.cn/help/img/idea/2026.2/changed-descendants-hcontrast.png)  #4FF0FF | Have changed descendants |  If a file is modified, the IDE will recursively highlight all directories containing that file. This status is available if the Highlight directories that contain modified files in the Project tree option is enabled in `Settings \| Version Control \| Confirmation`.  |
| ![Color sample: vivid cyan](https://resources.jetbrains.com.cn/help/img/idea/2026.2/changed-descendants-hcontrast.png)  #4FF0FF | Have immediate changed children |  If a file is modified, the IDE will highlight its parent directory. This status is available if the Highlight directories that contain modified files in the Project tree option is enabled in `Settings \| Version Control \| Confirmation`.  |
| ![Color sample: white](https://resources.jetbrains.com.cn/help/img/idea/2026.2/hijacked-darcula.png) None (default color) | Hijacked |  [Perforce, ClearCase, VSS] The file is [modified                                 without checkout.](null)  |
| ![Color sample: light olive](https://resources.jetbrains.com.cn/help/img/idea/2026.2/ignored-hcontrast.png)  #A9B837 | Ignored | A file is intentionally untracked by VCS. |
| ![Color sample: light purple](https://resources.jetbrains.com.cn/help/img/idea/2026.2/merged-hcontrast.png)  #ED94FF | Merged |  The file is merged by your VCS as a result of an update.  |
| ![Color sample: dull red](https://resources.jetbrains.com.cn/help/img/idea/2026.2/conflicts-hcontrast.png)  #FF6666 | Merged with conflicts |  During the last update, the file has been merged with conflicts. |
| ![Color sample: dull red](https://resources.jetbrains.com.cn/help/img/idea/2026.2/conflicts-hcontrast.png)  #FF6666 | Merged with property conflicts |  During the last update, the IDE has detected differences between the properties of the local file and its server version.  |
| ![Color sample: dull red](https://resources.jetbrains.com.cn/help/img/idea/2026.2/conflicts-hcontrast.png)  #FF6666 | Merged with text and property conflicts |  Text and property conflicts happen when two or more developers modify the same lines of a file and the same file properties.  |
| ![Color sample: vivid cyan](https://resources.jetbrains.com.cn/help/img/idea/2026.2/changed-descendants-hcontrast.png)  #4FF0FF | Modified |  The file has changed since the last synchronization. |
| ![Color sample: vivid cyan](https://resources.jetbrains.com.cn/help/img/idea/2026.2/changed-descendants-hcontrast.png)  #4FF0FF | Modified in not active changelist |  The file in an inactive changelist has been modified. This file status is available if the Highlight files from non-active changelists option is enabled in `Settings \| Version Control \| Changelists`.  |
| ![Color sample: white](https://resources.jetbrains.com.cn/help/img/idea/2026.2/hijacked-darcula.png) None (default color) | Obsolete |  The file should no longer be in your working copy of the repository. |
| ![Color sample: vivid cyan](https://resources.jetbrains.com.cn/help/img/idea/2026.2/changed-descendants-hcontrast.png)  #4FF0FF | Renamed |  Since the last update, the file has been renamed.  |
| ![Color sample: white](https://resources.jetbrains.com.cn/help/img/idea/2026.2/hijacked-darcula.png) None (default color) | Switched |  [SVN] The file is taken from a different branch than the whole project. |
| ![Color sample: soft red](https://resources.jetbrains.com.cn/help/img/idea/2026.2/unversioned-darcula.png)  D1675A | (Unknown) Unversioned |  The file exists locally but is not in the repository and is not scheduled for addition.  |
| ![Color sample: white](https://resources.jetbrains.com.cn/help/img/idea/2026.2/hijacked-darcula.png) None (default color) | Up to date | The file has not been changed. |

## File colors

Files that belong to different scopes (production files or test files, for example) can be highlighted in different colors in the  Project tool window , search results, and editor tabs.

To each scope, you can assign its own color.  For more information, refer to [Associate scopes with colors](configuring-scopes-and-file-colors.html#associate-file-color-with-a-scope).

![Scope highlighting in the editor tabs and search results](https://resources.jetbrains.com.cn/help/img/idea/2026.2/ij_scope_highlighting_dark.png)

## See also

### Getting Started

[Tool windows](tool-windows.html)

### Procedures

[Projects](creating-and-managing-projects.html)  [Scopes and file colors](configuring-scopes-and-file-colors.html)

### Reference

[Scopes](settings-scopes.html)  [Icon reference](icon-reference.html) [Color Scheme](settings-colors-and-fonts.html)

