I know there is one for play1, but I don’t find any for play2.
I hope the plugin can compile the templates to scala code automatically. It’s not convenient now.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Edit: This answer is outdated. A Play Eclipse plugin has been written, as @Baztoune says.
There is no Play 2 plugin for Eclipse at the time I’m writing these lines. However, there is an
eclipsifysbt command, provided by the Play 2 sbt plugin, which is able to generate an Eclipse project from a Play 2 application.You won’t get syntax highlighting, contextual completion or code navigation inside Play 2 templates, but you can have them to be automatically compiled when saved by using the
~runsbt command (instead of justrun). Check the Eclipse “General −> Workspace −> Refresh using native hooks or polling” option is enabled so it will take compiled templates changes into account.