Hacker News new | ask | show | jobs
by rpercy 3422 days ago
I've been using the Gogland beta for the last few weeks and it's been quite stable. For large codebases, it's hard to beat a good IDE's ability to quickly jump between symbols (go to definition, find usages, etc).
1 comments

Check out godef/guru - they let you do all those things (and more) in a text editor.
Oh, very cool. Will definitely check out guru. Thanks for the tip.