Closed fgimian closed 2 years ago
Looks like https://github.com/sublimelsp/LSP/issues/1228 and I believe it's fixed in the latest ST (dev) builds.
Looks like sublimelsp/LSP#1228 and I believe it's fixed in the latest ST (dev) builds.
Thanks so much for the reply! I've just confirmed this is working with the latest dev build 4137. Closing 😄
Hey there, hope you're doing well. I have noticed a little issue when using this extension, which I've verified on a fresh install in Windows Sandbox too.
The first time I open Sublime Text and hit
.
to see available members for a module, I get an incomplete list:e.g.
Hitting backspace and typing dot again sometimes shows a different set of limited results:
The workaround appears to be to type a letter after the
.
and then all completions appear:From that point forward, that particular module will have a full list of completions but others won't until a c haracter is typed for them too;
e.g.
I've looked through the gopls config and can't seem to see a setting related to this. Any ideas?
My system is as follows:
OS: Windows 11 Pro Sublime Text Version: Build 4126 LSP & LSP-gopls were just installed and are at the latest version at the time of writing
Debug output included below in case it's useful from within my Windows Sandbox environment:
Huge thanks Fotis