IntelliJ IDEA
 
Get IntelliJ IDEA

Play Framework

Last modified: 28 June 2024

Let's look at the following common scenarios for generating a Play project in IntelliJ IDEA:

  • If you have an already existing Play project, you can import it or check out from version control. In this case you can follow the regular procedure for importing or cloning a project.

  • If you are not familiar with Play Framework and want to learn how to use it, create a Play project via IntelliJ IDEA that will generate an executable application.

  • If you want to manually add a support for Play Framework, create an sbt project.