Build error highlighting directly in the editor
First, thanks for this great plugin!
One little thing:
I notice how syntax errors are correctly annotated as an error in the right scroll bar.
Which sets the error count in the top right for the file analysis:
Is the same possible for build errors? It is great that the link in the build output is already clickable, but it would be even more convenient if it would be shown as a 'highlighted error'.
That way, the Next Highlighted Error action would also properly work.
I found this guide: https://kristoff.it/blog/improving-your-zls-experience/
It does help in displaying those compile errors, but I need to manually trigger a save which is suboptimal, but definitely helpful and an improvement so far.
And I notice how zig build --summary all only displays 1 error at max accumulated across all files, but I assume this is more an implementation detail. This leads to the error highlighting to not be as strong as one expects from languages like Java/Kotlin.
As of 0.14.0, if you enable build-on-save in ZLS, it will highlight build errors in the editor automatically.