-
Notifications
You must be signed in to change notification settings - Fork 28
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
nonsense autocomplete suggestions #304
Comments
I think disabling code completion for "as" is a good temporary solution |
Because this problem greatly affects the user experience |
i find them extremely annoying, especially in cases where they would insert obvious syntax errors. even if it also happens for other languages, if these stupid nonsense suggestions are coming from the language server or the vscode extension (rather than vscode itself), then i can and will get rid of them. |
Now if I want to use these nicknames, I need to complete the code automatically, delete the automatically completed characters, and then enter these nicknames |
Can just type the nickname without activating the auto-complete? |
After 10 minutes of trying, I found that only the space key can not trigger automatic code completion, but it will leave an extra space after the "import" line. |
Even the Enter key will trigger code auto-completion |
I found that if I press the right arrow/escape it will dismiss the suggestion box. |
VSCode has a command 'hideSuggestWidget' that, by default is bound to |
re-opening this as there are actually plenty of invalid completions in pyright, these still appear when related: #663 |
The text was updated successfully, but these errors were encountered: