Re: [go-nuts] Code completion w/o GOPATH

2018-08-09 Thread Paul Jolly
> I wonder how in a world of go modules without a GOPATH, > code completion within editors is supposed to be implemented? This is covered by https://github.com/golang/go/issues/24661. In short, tools like gocode (which is the most commonly used code-completion engine to my knowledge) would likely

Re: [go-nuts] Code completion w/o GOPATH

2018-08-09 Thread Michael Banzon
> I wonder how in a world of go modules without a GOPATH, > code completion within editors is supposed to be implemented? Wouldn't it work like it does now - looking in your imported packages? There might be a "problem" with auto-importing and/or browsing packages available for import. For me

[go-nuts] Code completion w/o GOPATH

2018-08-09 Thread 'meta keule' via golang-nuts
Hi, I wonder how in a world of go modules without a GOPATH, code completion within editors is supposed to be implemented? Best, Benny -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from