IntelliJ IDEA 2016.1 Help

Play2

File | Settings | Languages and Frameworks | Play2

Compiler

Use this tab to manually specify settings for the Play2 compiler if they were not generated automatically during the project import or if the project was created with an external tool such as gen-idea.

ItemDescription
Use SBT WatcherSelect this check box to separately execute an SBT process with ~compile:test command. In this case IntelliJ IDEA monitors project sources and recompiles the project when changes are detected.
Use Play 2 compiler for this projectSelect this check box to use the Play 2 compiler version to enable the Play 2 compiler for this project explicitly .
Don't compile the project within IDEA before runSelect this check box if you do not want to compile the project before run. SBT will additionally compile the necessary source files.
Play2 module Use this field to specify the Play 2 module for this project.
Project uri Use this field to specify the SBT project's root address. For the imported projects, the SBT project's root matches the content root of the IntelliJ IDEA project.
Additional SBT optionsUse this field to specify additional options that you can pass directly to SBT. For example, -Xmx2048M.

Routes

Use this tab to configure settings for the routes file in your project.

ItemDescription
Minimum space for routes formattingUse this field to set a minimum space for routes formating.
Ignore URL depth in route filesSelect this check box to ignore the URL depth in the routes files.
Re-format routes file on EnterSelect this check box to reformat new entry in your routes file when you press Enter.

Other

Use this tab to configure additional settings for your Pla2 project.

ItemDescription
Exclude 'target' dir on refreshBy default, when you refresh a project the 'target' directory is excluded. Clear this check box if you want to include the 'target' directory when your refresh your project.
Set template imports manuallySelect this check box to add the Play2 framework's imports manually to your project.

See Also

Last modified: 13 July 2016