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
Description
From @seanmars on September 21, 2017 4:36
Environment data
VS Code version: 1.16.1
Python Extension version: 0.7.0
Python Version: 3.5
OS and version: Windows 10
Actual behavior
The first argument will determine as the class not the given type.
Expected behavior
The first argument can determine as the given type.
Steps to reproduce:
- create a class include staticmethod.
- using the intellisense with the first argument in that staticmethod.
Example
https://gist.github.com/seanmars/f4db30cab21e2d3ec45e350cf9ed0909
Copied from original issue: DonJayamanne/pythonVSCode#1227
patrys and heidekrueger
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