-
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 need…
-
## steps
sbt version: 1.5.0
sbt-lm-coursier version: 2.0.8
scala version: 2.13.5
IDE: Intellij idea
## problem
while load sbt changes from IDE, there is an error occurs, exception stack tr…
-
http://scala-ide.org/docs/tutorials/androiddevelopment/index.html -- eclipse
good presentations: http://ktoso.github.io/scala-android-presentation/#/9 http://www.slideshare.net/ktoso/krakdroid-scala…
vidma updated
10 years ago
-
打开报错,导致我原来系统的生成get和set方法的对话框都打不开了
scala/runtime/NonLocalReturnControl
java.lang.NoClassDefFoundError: scala/runtime/NonLocalReturnControl
at com.fuxy.android.ide.plugin.generate.BaseAndroidGenerat…
-
Thanks for intellij-lsp. [ghcide](https://github.com/digital-asset/ghcide) is the most recent LSP server for Haskell. Should I expect intellij-lsp to work with it ?
I've added a server definition i…
-
See https://groups.google.com/forum/#!topic/scala-ide-user/WFNoQ6GNw1k
dotta updated
9 years ago
-
Using Scala Refactoring 0.9.1.2_11-201603041823 (Scala IDE 4.4.0-RC1):
``` Scala
object AnObject {
val a = 3
}
object Test {
def test() : Int = {
import AnObject._
a
}
}
```
is refa…
-
How to reproduce:
create a build.sbt file with:
`scalacOptions += "-deprecation"`
and generate the eclipse project from sbt:
`eclipse`
then remove the scalac from the build.sbt:
`scalacOptions += "-d…
-
The following exceptions(s) occurred in the ZIO for IntelliJ plugin:
```
com.intellij.openapi.util.InvalidDataException: Test configuration kind 'All in package' is not supported.
at zio.intelli…
-
Unfortunately no minimal right now, as this appears only when I run a whole test suite - on single test it works ok.
Failing test is in expression evaluator PR for Scala IDE (https://github.com/sca…