Go: No messages view to show compile errors
Using IntelliJ Ultimate - I rebuild a Java project and all the compile errors appear in the Messages window
Using Ultimate with Goland plugin - I rebuild a Go project and all I get in the event window is "All files are up to date". I don't even have a "Messages" window, the option is grayed out. Where in a Go project do I look to see where my compile errors are?
Please sign in to leave a comment.
At the moment this feature is not supported. Please follow https://youtrack.jetbrains.com/issue/GO-4618 for updates.
You would need to run a Run Configuration to get the build errors.