Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

any way to run make on a golang project inside IDEA and link to the source lines which have compile errors? #2869

Open
jstrachan opened this issue Feb 7, 2017 · 1 comment

Comments

@jstrachan
Copy link

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?

@zolotov
Copy link
Contributor

zolotov commented Feb 7, 2017

Hi James,

Look like this is a duplicate of #2451. Please see the discussion there. As far as I know, there is no simple way to do this. Maybe #2408 will help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants