This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
No documentation in suggestions for value returned from open
#1943
Open
Description
Issue Type: Bug
Repro
- with the python code:
with open('x') as f:
f.
- Trigger suggestions on
f
Bug
See suggestions but no documentation for these suggestion:
Both the signature of the method and the documentation for it should be shown here
In this case, the documentation should probably come from https://docs.python.org/3/library/io.html#i-o-base-classes but I'm not familiar enough with python to say for sure
Extension version: 2020.4.68060-dev
VS Code version: Code - Insiders 1.44.0-insider (efd7548df65de8e775015b67863190e6bd4934fc, 2020-03-13T06:01:51.669Z)
OS version: Darwin x64 19.3.0