Listing project errors - SBT Shell only? Follow
Hi! What is the way you use to list project errors?
Say, I have upgraded some dep with changed API, and want to list all errors the change has resulted in. The only way I have found is to use SBT Shell and look at one's output. Is there another ways?
Project Tool/Problems shows nothing.
Please sign in to leave a comment.
It seems, that you should be able to simply compile the project and there must be the usual IDEA's window with the compilation errors.
Ah, have found: "Highlight nodes with errors" is turned off by default for Project tree in Scala framework settings.
Unexpected, unexpected...