Jens Rabe

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created 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... -
Created 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... -
Created 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... -
Created 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")}} -
Created Code analysis is very slow in 14.1
I have a large Java-8 based Maven project with several submodules. I now witness the following strange behaviour: User-triggered code analysis, e.g., when committing something to Git, is VERY slow... -
Created "Reformat Code" makes the editor jump to a random position of the file in IDEA 14.0.2
I have recently started evaluating IntelliJ IDEA. I am using version 14.0.2 on Linux Mint. However, I have the following problem: When I reformat a large code file using Ctrl-Alt-L, the editor jump...