Improving the compilation error reporting of sbt

Any effort to make compiler errors easier to read (and scan quickly) will be greatly appreciated. Watching sbt ~compile output is like 70% of my every day.

One improvement that could be made to the above would be highlighting the filename and line numbers inline. Here’s what you get with grep -n and I find it very helpful:

1 Like