Listing project errors - SBT Shell only?

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.

2 comments
Comment actions Permalink
Official 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.

Comment actions Permalink

Ah, have found: "Highlight nodes with errors" is turned off by default for Project tree in Scala framework settings.

Unexpected, unexpected...

 

0

Please sign in to leave a comment.