Skip to content
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
@mjbvz

Description

@mjbvz

Issue Type: Bug

Repro

  1. with the python code:
with open('x') as f:
    f.
  1. Trigger suggestions on f

Bug
See suggestions but no documentation for these suggestion:

Screen Shot 2020-03-13 at 5 57 44 PM

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions