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 buginfo-neededIssue requires more information from posterIssue requires more information from poster
Description
Environment data
VS Code version: 1.18.0
Python Extension version: 0.8.0
Python Version: 3.5.3
OS and version: Windows 10
Actual behavior
Two issues:
- when i mouse-hover a function, i can see the intellisense of this function. The problem is that the first parameter is missing. You can see the behavior from the below picture. The 'Text' parameter is missing from the function signature.
- When i mouse-hover some function, i cannot see any intellisense information. For example, when i hover 'id', i will see the following information:
however, i defined it like below, i don't know why the documentation for this property does not work.
Thanks for the help,
-Neil
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 buginfo-neededIssue requires more information from posterIssue requires more information from poster