-
Notifications
You must be signed in to change notification settings - Fork 30
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
Bad completion candidates inside a specifically formatted condition #933
Labels
language server
LSP: completions
upstream bug
a bug that also exists in pyright but has not been raised upstream
Comments
DetachHead
added
language server
LSP: completions
upstream bug
a bug that also exists in pyright but has not been raised upstream
labels
Dec 7, 2024
That's from my editor, but I see the same candidates in the playground as well, just in a different order. Here are the exchanged LSP messages:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
language server
LSP: completions
upstream bug
a bug that also exists in pyright but has not been raised upstream
I've tried basedpyright with my own client and found a bug in completion.
Playgrounds:
In both cases, trying to complete at the end of line 6, pyright produces completion for global scope, instead of class members.
The text was updated successfully, but these errors were encountered: