You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2022. It is now read-only.
I'm coming from a background from eclipse-IDE. I've used it for all my Scala development since 2015. I've been trying out the current Eclipse-metals scala and can't get past the install!
There needs to be a deeper guide to install this thing that work from the perspective of "how do I get this installed and can create my first project and see it compiling scala code and execute a HelloWorld.scala type of class". I suspect the metals integration might require a bit of description since the separate server running seems to make this a very different integration than the legacy scala-ide.
my current progress with the install is that I can create or import existing scala projects into eclipse as java projects. There appears to be no recognition by eclipse that the project is scala related (other than an occasional prompt that an sbt file is detected and that I see some bloop and metals sbt entries.
I believe there is supposed to be a server launching, but there is no indication that is happening.
I'm coming from a background from eclipse-IDE. I've used it for all my Scala development since 2015. I've been trying out the current Eclipse-metals scala and can't get past the install!
There needs to be a deeper guide to install this thing that work from the perspective of "how do I get this installed and can create my first project and see it compiling scala code and execute a HelloWorld.scala type of class". I suspect the metals integration might require a bit of description since the separate server running seems to make this a very different integration than the legacy scala-ide.
my current progress with the install is that I can create or import existing scala projects into eclipse as java projects. There appears to be no recognition by eclipse that the project is scala related (other than an occasional prompt that an sbt file is detected and that I see some bloop and metals sbt entries.
I believe there is supposed to be a server launching, but there is no indication that is happening.