IntelliJ IDEA 2018.2 Help

Play Configuration

File | Settings | Languages and Frameworks | Play Configuration for Windows and Linux
IntelliJ IDEA | Preferences | Languages and Frameworks | Play Configuration for macOS

Use this page for specifying the Play framework settings such as the Play framework installation directory and the working directory for the play command-line utility (the Play console).

Item

Description

Download

Click this link to open the Play framework downloads page which lets you select and download the necessary version of the Play framework. (See which versions are supported by IntelliJ IDEA.)

Home

Specify the Play framework installation directory.

Type the path in the field, or click browseButton (Shift+Enter) and select the directory in the dialog that opens.

Working directory

Specify the directory from which commands of the play command-line utility are to be run. Usually, this is a root directory of your Play application.

Type the path in the field, or click browseButton (Shift+Enter) and select the directory in the dialog that opens.

Show on console run

Select this checkbox to be able to see and modify the Play framework settings discussed above each time you access the play command-line utility in IntelliJ IDEA.

Last modified: 20 November 2018

See Also