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.
请先登录再写评论。
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...