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.

Completions not available for imported functions #421

Closed
@karthiknadig

Description

@karthiknadig

Repro steps:

  • Clone the latest ptvsd project https://github.com/Microsoft/ptvsd
  • Set PYTHONPATH to point to src
  • Open up any file under pytests.
  • Import and use any function from ptvsd, e.g, from ptvsd.socket import create_server, close_socket

Actual:
Get no completion. Sometimes you get name completions. Hover info is not available either.

Expected:
Should get completion

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions