IntelliJ IDEA 2018.1 Help

Project Name and Location

Specify the project name, location and, if available, related settings.

ItemDescription
Project nameSpecify the project name.
Project locationSpecify the path to the directory in which you want to create the project. (By default, a directory having the same name as the project is created.)

You can click browseButton (Shift+Enter) and select the necessary directory in the dialog that opens. (You can create a new directory in that dialog, e.g. by using icon newFolder.)

More SettingsClick the arrow (arrow right show settings or arrow down hide settings) to show or hide additional settings. Mainly, these are the settings for the module to be created (discussed below).

Note that in certain cases those additional settings are unavailable.

Module nameSpecify the module name.

By default, the project name is used. If you accept this and other default module settings, the project folder will act as the module content root folder.

If you change the default module name, IntelliJ IDEA will suggest a new folder (within the project folder) as the module content root folder.

Content rootSpecify the path to the module content root folder. (This is where all the files that make up you module will be stored; for more information, see Configure content roots.) The default path is recommended.

To use a different folder, click browseButton (Shift+Enter) and select the necessary folder in the dialog that opens. (You can create a new folder in that dialog, e.g. by using icon newFolder.)

Module file locationSpecify the path to the folder where the .iml module file should be created.

By default, this file is created in the module content root folder (recommended).

To use a different folder, click browseButton (Shift+Enter) and select the necessary folder in the dialog that opens. (You can create a new folder in that dialog, e.g. by using icon newFolder.)

Project formatSelect the project format to be used. (The .idea directory-based format is recommended).
Last modified: 24 July 2018