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.