IntelliJ IDEA 2020.3 Help

Project Structure dialog

File | Project Structure
Ctrl+Alt+Shift+S
Icons general project structure

The Project Structure dialog lets you manage your project and IDE-level elements such as modules, facets, libraries, artifacts and SDKs.

In most of the cases, there are two panes in the left-hand part that implement a two-level selector. The only exception is when you select Project. There is only one selector pane in this case.

Load Paths

Use this tab to specify the path where require and load statements will look for files. The specified paths will be used in code completion for require and load. If the load path is not defined, code completion will suggest only the paths relative to the project root.

ItemTooltip and shortcutDescription
Icons general addAdd
Alt+Insert
Click this button to add a new root to the load path.
Icons general removeRemove
Alt+Delete
Click this button to delete the currently selected root from the load path.

i18n Folders

Use this tab to specify the path where IntelliJ IDEA will search for the directories with locales.

If the load path is not defined, code completion will suggest only the paths relative to the project root.

ItemTooltip and shortcutDescription
Folders with localesThis area displays the directories where locales files reside.
Icons general addAdd
Alt+Insert
Click this button to add a new folder with locales.
Icons general removeRemove
Alt+Delete
Click this button to delete the selected directories from the list.

Category selector

The leftmost pane is for selecting a category. There are two groups of categories in this pane.

The first group (Project Settings) provides access to the elements of your current project. In the second group (Platform Settings) are the IDE-level entities that are available in all of your projects.

When you select a category in the leftmost pane, the pane to the right shows a list (or, if appropriate, a tree) of elements belonging to this category.

The toolbar icons Back Icons actions back and Forward   Icons actions forward are for moving back and forward in the history of selected categories.

Element selector

The element selector pane lets you manage the elements in the corresponding category.

When you select an element, its settings are shown on a page to the right.

To perform various operations with the elements, use the toolbar icons, context menu commands (accessed by right-clicking an element), or keyboard shortcuts.

The following functions are available for all element types. Complete lists of commands for different element categories (modules, libraries, and so on) are provided in the corresponding sections.

IconCommandShortcutDescription
Icons general addNewAlt+InsertUse this icon, command or shortcut to create a new element (module, library, and so on).
Icons general removeDeleteDeleteUse this icon, command or shortcut to delete the selected elements.
Last modified: 08 March 2021