Skip to content
Mirco Dotta edited this page May 11, 2015 · 37 revisions

The Play2 plug-in provides first-class support for Play2 Route and Template files in Eclipse, for both Java and Scala projects. In practice, what this means is that some of the features your are used to having in the Scala or Java Editor (e.g., syntax highlighting, errors-as-you-type reporting, code completion, hyperlinking) are also available when editing Play2 files.

Requirements

Supported Play versions

This plugin provides Eclipse supports for Play 2.3.x projects. However, it should also work with older Play releases.

Dependencies

  • Eclipse WTP: The Play2 plug-in depends on the Eclipse Web Tools Platform (WTP) Project. There are two ways in which the Eclipse WTP Project can be installed:
    • Automatically: when installing the Play2 plug-in through one of the update-sites detailed below, check the box Contact all update sites during install to find required software as seen in the screenshot below.

      Automatic WTP Installation

    • Manually: Eclipse WTP can be manually installed using an update-site specific to your version of Eclipse.

Installing the Play2 plug-in (stable)

  • Install the Scala IDE. Even if you plan on using Play2 from Java, installing the Scala IDE is a requirement.

  • The latest stable release of the Play2 plug-in can be installed via the same update-site that you used to install the Scala IDE. The Play2 plug-in is listed under the Scala IDE plugins group.

Installing the Play2 plug-in nightly

Alternatively, if you like to stay on the cutting edge, you can install the nightly build of the Play2 plug-in using the following update-site: http://download.scala-ide.org/play2/2.11.x/nightly-scala-ide-nightly-e44/site/

Tutorial

If you are new to Play2, read the Play Eclipse setup guide.

Supported Features

Check out the Features page.

Report Issues

Please, make sure to file tickets for any issue you may experience in the project's issue tracker.

Get Involved

The Play2 plug-in could certainly use your help. Get involved now! Just pick a ticket you would like to work on, and drop us a note in the scala-ide-dev Mailing List. We'll be glad to have you in the Team!