> 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 use a new
package, https://godoc.org/golang.org/x/tools/go/packages, that
understands modules.

-- 
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 it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to