How to create an Eclipse Scala project in typesafe activator?

Giorgio picture Giorgio · Sep 12, 2014 · Viewed 10.9k times · Source

I have installed typesafe activator, created a project, added my own Scala classes and successfully compiled and run my code.

Now I was looking for a function to eclipsify my project using activator (similarly to what can be done with play) but I cannot find anything neither on the typesafe website nor by searching the internet.

Does activator provide such a function?

Answer

alexkrishnan picture alexkrishnan · Sep 12, 2014

cd to the directory then type activator eclipse

For more options see here: https://www.playframework.com/documentation/2.3.x/IDE