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 like to use make to build golang apps. When building stuff inside IDEA you typically get links in the compile output that links to the line of code and the file to fix the compile error.
I've added make as an External Tool in IDEA so I can run make to build stuff which is great; however the output just shows stuff like...
pkg/watcher/watcher.go:297: too many arguments in call to util.Info
I'd like to make the text before the : a link to the line of code in the source file. Anyone figured out how to do that?
The text was updated successfully, but these errors were encountered:
I like to use make to build golang apps. When building stuff inside IDEA you typically get links in the compile output that links to the line of code and the file to fix the compile error.
I've added
make
as an External Tool in IDEA so I can run make to build stuff which is great; however the output just shows stuff like...I'd like to make the text before the
:
a link to the line of code in the source file. Anyone figured out how to do that?The text was updated successfully, but these errors were encountered: