-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Dunder variables not listed with new language server #2013
Comments
|
Shouldn't that be the default? |
Are they commonly used? With all props visible user coding against their own class with 3 properties will be seeing a lot of stuff they don't care about. VS does not show those by default (unless user specifically types |
I believe the following are commonly used:
Why can't we display them in VSC as well, and reverse the sort order so they are displayed at the bottom. This way when users type something starting with |
|
I'm confused, in this case looks like Don specifically typed _, so why wouldn't all the available dunder items appear? |
@qubitron VS in this case means Visual Studio 2017, not VSCode. It would be nice to get similar behavior in VSCode but it's not there yet. |
Decision is to enable this by default. |
With Jedi:
With new Language Server:
@qubitron @brettcannon @MikhailArkhipov
Please review and changer Milestone accordingly.
The text was updated successfully, but these errors were encountered: