-
```
When Scala IDE is installed, the Java tracking feature in Rabbit makes the
Scala editor very slow.
```
Original issue reported on code.google.com by `llaec...@gmail.com` on 30 Dec 2011 at 1:56
-
1. https://github.com/com-lihaoyi/mill/pull/3426 cut over the default file extension from `.sc` to `.mill` or `.mill.sc`. We need to send PRs upstream to IntelliJ-Scala, VSCode-Metals, and https://git…
-
```
When Scala IDE is installed, the Java tracking feature in Rabbit makes the
Scala editor very slow.
```
Original issue reported on code.google.com by `llaec...@gmail.com` on 30 Dec 2011 at 1:56
-
Given scala's popularity, it makes sense to improve scala support as there is not a single decent Eclipse dark color theme for Scala IDE.
If you see there are quite a few things in white, I humbly re…
-
When I generate an eclipse project from SBT with "eclipse", I get several errors in Scala IDE 4.0 when I import it:
- Cannot nest output folder 'hello-scaloid-sbt/bin/classes' inside output folder 'he…
-
The Scala IDE hangs whenever .scala file is being saved. Looking at my task manager, the IDE consumes a lot of CPU.
-
I've switched from IntelliJ to VSCode + Scala Metals for a while now, and it has been working well except for the twirl template. More importantly it is free.
It seems like it should be recommended…
-
```
When Scala IDE is installed, the Java tracking feature in Rabbit makes the
Scala editor very slow.
```
Original issue reported on code.google.com by `llaec...@gmail.com` on 30 Dec 2011 at 1:56
-
I have the following piece of code:
``` scala
import macrame.enum
object Test {
import Color._
def method(c: Color) = {
}
method(Red)
}
@enum class Color {
Red
Blue
Yellow
}
```
And …
-
## Windows
When compiling QueryDSL 5.1.0 generated Java files (with QueryDSL on the classpath) this leads to a halting failure on Windows.
Exception when compiling 23 sources to C:\...\target\…