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.

Expected behavior
Show docs as in the docs.
Steps to reproduce:
- Create a new python file
- Import
json
- Look at completion for
json.loads
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.loadsfunction. 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.Expected behavior
Show docs as in the docs.
Steps to reproduce:
jsonjson.loads