I cannot use intellisense and have my own source packages be recognized at the same time.
Golang Server - ON Infer GOPATH from root - False GOPATH - Empty Result - I get details on hover. But my own source package imports fail. Golang Server - ON Infer GOPATH from root - True GOPATH - Empty Result - Source package imports don't show error. No information on hover. Golang Server - ON Infer GOPATH from root - False GOPATH - ~/go:~/dc_native // The src is actually in ~/dc_native/x/y/ Result - I get details on hover. But my own source package imports fail. Golang Server - ON Infer GOPATH from root - False GOPATH - ~/go:~dc_native/x/y // Inside which src containing own source packages are present. Result - Source package imports don't show error. No information on hover. At some point, intellisense was working where I was able to get suggestions for structure members from another file of the same package. I can't get that to work now. Where am I going wrong? PS: The GOPATH paths are actually absolute and not relative. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/65f2ba9c-944f-455a-b4da-04f5d837efc8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
