Inconsistencies in highlighting files with errors in Project view (GoLand)
Some errors in .go files trigger proper highlighting in the Project view:
However, some errors are not reflected in the Project view, only in Editor:
Unresolved reference inspecting is turned on:
Am I missing something?
Please sign in to leave a comment.
Hi,
Inspection errors are not propagated to Project View, only annotator errors (including syntactical errors) are. Here is the issue to follow: https://youtrack.jetbrains.com/issue/GO-3378
Thanks!