forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Milestone
Description
vscode Insiders
manually installed vscode-python 2018.8.0-alpha0
Good news is that outline shows the methods inside the class.
I think there are a number of bugs with what it displays.
There seems to be some issue with attributes.
In the following you see a number of attributes.
dCache*. these are all defined in the init method. Why are they show outside the class?
If you click on the attribute, it brings you to line 1 of the file, which is a comment.
For this method the local variables are withing the method.
In this example its confused with "cls" which is used for a class method.
Metadata
Metadata
Assignees
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug