Jens Rabe

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
-
Jens Rabe commented, -
Jens Rabe created a post, Reformat code (Ctrl-Alt-L) does not always reformat Scala code, states it is properly formatted
Purely at random, Reformat Code (Ctrl-Alt-L) stops working for Scala code. It then says "Code is already properly formatted" This often happens when I have (case) classes or methods with a lot of p... -
-
Jens Rabe created a post, scala.js: IDEA does not find individual JS and JVM implementations of an object, sbt compile / sbt test works fine
I have a crossProject which has JVM, JS and shared sources. Now, in jvm and js directories, I have individual implementations of an object, let's call it "somepackage.SomeObject" for now.When I now... -
-
Jens Rabe created a post, Using SBT and Scala Plugin with company proxy repository does not work
I just upgraded to IDEA 14.1.2, and now I am trying to create an SBT project. I set our private proxy in ~/.sbt/repositories, and using sbt on the console works with it. But when I try to import it... -
-
Jens Rabe created a post, Scala plugin adds multiple brackets around try
I have a strange problem: When I want to try/catch something, and reformat the code, several brackets get added. Example:try { println("foo") }Reformat codeproduces:try { { println("foo")}} -
Jens Rabe commented,