Skip to content

No docs shown in code completion with python.autoComplete.addBrackets is true #452

Description

Environment data

Version: Code 1.19.0 (816be6780ca8bd0ab80314e11478c48c70d09383, 2017-12-14T09:51:12.123Z)
OS Version: Darwin x64 17.3.0)
Python Extension version: 0.9.0
Python Version: 3.6.3

Actual behavior

In https://code.visualstudio.com/docs/python/editing one can see that intellisense shows documentation for the json.loads function. When I do the same I don't get any docs displayed. This in generally the case for functions and methods, but works for modules.
screen shot 2017-12-17 at 20 49 57

Expected behavior

Show docs as in the docs.

Steps to reproduce:

  • Create a new python file
  • Import json
  • Look at completion for json.loads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions