Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create an Eclipse Scala project in typesafe activator?

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?

like image 627
Giorgio Avatar asked Sep 12 '14 18:09

Giorgio


3 Answers

cd to the directory then type activator eclipse

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

like image 200
alexkrishnan Avatar answered Nov 20 '22 01:11

alexkrishnan


You can do this from the Activator Web UI. After selecting/opening your project, in the "Your application is ready" pop-up select "Code view & Open in IDE". In the following code view there's the "Browse code" column.. to the right of the "Browse code" headline, there's a little gear wheel. That will open a menu that let's you open the project outside of Activator:

Open project in Eclipse

like image 32
lutzh Avatar answered Nov 20 '22 03:11

lutzh


in SBT type eclipse, in activator select code/edit/eclipse

like image 2
Azzie Avatar answered Nov 20 '22 01:11

Azzie