You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Dima-369
changed the title
Is it possible to display build errors in the scrollbar?
Is it possible to display build errors as 'highlighted errors' and in the scrollbar?
Aug 2, 2024
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.
FalsePattern
changed the title
Is it possible to display build errors as 'highlighted errors' and in the scrollbar?
Build error highlighting directly in the editor
Aug 6, 2024
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.The text was updated successfully, but these errors were encountered: