Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add Play 2.0 to Intellij

I am following the instructions at http://blogs.jetbrains.com/idea/2012/12/getting-started-with-play-20-in-intellij-idea-12/ to integrate Play 2.0 into Intellij. But Play is not showing up in the repository thru Intellij. I typed Browse Repository and typed Play or Play 2.0. But nothing shows up.

EDIT: I search online. Some other people are having the same problem. But when they find the fix, they forget to share the solution.

like image 417
learner Avatar asked Feb 11 '13 18:02

learner


People also ask

Which IDES can be used for play applications?

Play supports the NetBeans, IntelliJ IDEA and Eclipse platforms.

How do I add another project in IntelliJ?

Launch IntelliJ IDEA. If the Welcome screen opens, press Ctrl+Shift+A , type project from existing sources , and click the Import project from existing sources action in the popup. Otherwise, from the main menu, select File | New | Project from Existing Sources.

How do I import a play framework project into Eclipse?

You then need to import the application into your Workspace with the File/Import/General/Existing project… menu (compile your project first). To debug, start your application with sbt -jvm-debug 9999 run and in Eclipse right-click on the project and select Debug As, Debug Configurations.


2 Answers

Plug-in is available in the repository, try Refresh and make sure you are running compatible IDEA version (12.0.3 release).

Play 2.0 Support

Be aware that Play 2.0 Support plug-in is available only for IntelliJ IDEA Ultimate Edition.

Refer to this table to see which features are not available in the Community Edition.

If you can't afford IDEA Ultimate, you still have 30 days to trial it or you can apply for the open source license.

like image 52
CrazyCoder Avatar answered Dec 11 '22 08:12

CrazyCoder


Play Plugin is not available in Intellij Community Edition.

You can use SublimeText2 or Eclipse to replace Intellij.

like image 44
Haimei Avatar answered Dec 11 '22 06:12

Haimei