> 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
> 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
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