When I open my multi module project in GoLand (Jetbrains) it works amazingly, with Implementations, Type Declarations and other useful IDE features working fine out of the box.
But when I open that same project in VSCode, I cannot get intellisense to work (with gopls
) it does not work and requires severe changes to the module structure with go work
, (so it's not an option for me)
Is it because GoLand is using a different language server?
I tried experimenting with the Go extension settings which did not result in any benefit. I was able to disable the language server from turning everything red, but it is not a solution