We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from enum import Enum class A(Enum): B = "B" def visibility(self): print("visibility") A.B.v
A.B.v
vscode suggests the method visibility
visibility
vscode does not suggest the method visibility
#4928
The text was updated successfully, but these errors were encountered:
Oh, I see that the linked issue was re-opened. May be it is worth to close this one. Sorry for bothering guys.
Sorry, something went wrong.
due of #4928
rchiodo
No branches or pull requests
Environment data
Code Snippet
Repro Steps
A.B.v
Expected behavior
vscode suggests the method
visibility
Actual behavior
vscode does not suggest the method
visibility
Logs
Similar issue
#4928
The text was updated successfully, but these errors were encountered: