Has anyone had problems with scala code-completion in IDEA when using sbt? [closed]

StackOverflow https://stackoverflow.com/questions/3111454

  •  29-09-2019
  •  | 
  •  

문제

I recently switched to sbt (which I completely dig) and as soon as I started to compile and run tests from sbt, code completion in IDEA seems to come and go... very strange.

도움이 되었습니까?

해결책

I've seen similar behavior in Netbeans IDE, when one of the libraries (Lift in particular) was depending on Scala 2.7.7 (not Scala 2.8). When scala-lang library 2.7.7 was on a class-path, that was somehow breaking the Scala support in Netbeans at all.

So check your PATH system variable, and the classpath.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top