endless indexing loop - how can i work around this?
https://youtrack.jetbrains.com/issue/IDEA-143491
this started to happen today. it prevents me from using almost every useful feature. how can i find out what's causing the problem?
Please sign in to leave a comment.
Please specify IDEA version/OS or attach all the logs to the issue.
added to issue
once i deleted some big scratch files (used intellij's scratch plugin), the problem was gone
i also deleted sbt output files (target directory)
afer a recompilation, the problem reappeared. there must be an "evil file"... but the log doesn't tell me which one it is
I think you need to invalidate caches and restart intellij again : File -> Invalidate Caches / Restart -> Invalidate and Restart.
If you encounter this problem about node-sass, just `npm uninstall node-sass` then re-install it `npm i node-sass --save` again.