Intellij 14 and Scala Plugin. Error when locating standard methods

Asked

Viewed 50 times

2

I upgraded my Intellij IDEA to version 14 and now it is no longer recognizing some methods within my Scala program.

The IDE can’t even find the simplest of methods:

println("Hello world")

What to do?

1 answer

2

There is a bug in this version as reported here and here.

A possible solution is to invalidate caches within the IDE at:

File > Invalidate Caches

Browser other questions tagged

You are not signed in. Login or sign up in order to post.