For projects outside GOPATH.
go get github.com/saibing/bingo
why: ckaznocha/ide-go#42 Runwhich bingo
and have full path in clipboard.- (Atom) install package go-plus for format/build/test-on-save
It's great, but go-plus autocomplete doesn't work with modules.
Settings, packages, go-plus, Autocomplete, set Scope blacklist
*
- (Atom) install package ide-go If it asks to install go-langserver, press "set custom path". Settings, packages, ide-go, Set Custom server path to full bingo path from first step.
go-plus#761 suggests stamblerre/gocode
which I did not try.
Subscribe to these issues for news:
Thanks for the great work of all people involved in making developer tools. Indirectly you are advancing our civilisation.
Thanks! That worked for me!