Skip to content

No import completions from npm packages #24267

Description

@DanielRosenwasser

No named import completions for module

npm init --yes
npm install danger
tsc --init

Now create a .ts file

import { danger, fail, } from "danger";

pe/**/

Request completions at /**/

Expected: Completion for peril.
Actual: No completion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions