Hi all,Do you know any IDE already support intellisense for a project using "pure" Go module (without /vendor, $GOPATH)
--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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...@googlegroups.com.
Goland has been supporting it for a while:
https://blog.jetbrains.com/go/2018/05/18/vgo-integration-support/
https://blog.jetbrains.com/go/2018/08/24/goland-2018-2-2-is-here/
Curious if anyone else is having success.
GoLand 2018.2.2 is recommended for Go Modules support as older versions target older releases of Go Modules (or even when it was called vgo).