You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Go LSP and SublimeLSP, LSP completion does not seem to be invoked correctly when manually typing a package prefix.
In the example below this prefix is manifest.. When typing that manually the only completions that show are those from the original dialog that match the prefix. As can be seen from the video, if completion is invoked prior to the . (eg. manif<tab>) then LSP completion is correctly invoked.
This is reliably reproducible, so maybe it's some weird setting I have enabled?
I've also tried the exact same steps using VSCode and the same version of gopls, and it works correctly.
To Reproduce
Steps to reproduce the behavior:
Use gopls.
Type a full package including period, eg. fmt. - a truncated list of completions is displayed.
Type a package prefix, eg. fm<tab> - a full list of completions is displayed.
Expected behavior
LSP completions should populate the completion list after a period.
Screenshots
sublimelsp-bug.mov
Environment (please complete the following information):
Describe the bug
Using the Go LSP and SublimeLSP, LSP completion does not seem to be invoked correctly when manually typing a package prefix.
In the example below this prefix is
manifest.
. When typing that manually the only completions that show are those from the original dialog that match the prefix. As can be seen from the video, if completion is invoked prior to the.
(eg.manif<tab>
) then LSP completion is correctly invoked.This is reliably reproducible, so maybe it's some weird setting I have enabled?
I've also tried the exact same steps using VSCode and the same version of gopls, and it works correctly.
To Reproduce
Steps to reproduce the behavior:
fmt.
- a truncated list of completions is displayed.fm<tab>
- a full list of completions is displayed.Expected behavior
LSP completions should populate the completion list after a period.
Screenshots
sublimelsp-bug.mov
Environment (please complete the following information):
Additional context
My LSP settings:
The text was updated successfully, but these errors were encountered: