-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VSCode] Completion suggestions aren't refreshing during typing one by one character #4756
Comments
Thanks for reporting! Looks like this is an issue in VS Code microsoft/vscode#155738 I see some workaround mentioned there. |
oh, cool. It seems like in this case for VSCode we can return some fake completion like "complete typing ..." without text edit |
Just confirming that I have tried this in another client (Neovim) and the issue doesn't exist there. |
If Vscode receives emptuy completion list it ignores `isIncomplete` field. Fixes: scalameta/metals#4756 Vscode issue: microsoft/vscode#155738
If Vscode receives emptuy completion list it ignores `isIncomplete` field. Fixes: scalameta/metals#4756 Vscode issue: microsoft/vscode#155738
If Vscode receives emptuy completion list it ignores `isIncomplete` field. Fixes: scalameta/metals#4756 Vscode issue: microsoft/vscode#155738
Describe the bug
I stated digging a bit what is going on and noticed that in this case often doesn't ask LSP server for more completion even if prev result returns
isIncomplete = true
Project setup:
It looks like a specific issue of vscode or metals-extension.
Extension version: Pre-release
v1.20.9
VSCode version: 1.74.2
Operating system
macOS
Editor/Extension
VS Code
Version of Metals
0.11.9+213-4ab55247-SNAPSHOT
Extra context or search terms
No response
The text was updated successfully, but these errors were encountered: