Skip to content

Intellisense doesn't add namespace imports #48297

Closed
@user72356

Description

@user72356

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.65.2
  • OS Version: Windows 11

Steps to Reproduce:

  1. Create files test.ts and bam.ts
  2. Create and export an helloworld() function in bam.ts
  3. Type bam in test.ts and try to get VS Code to add in a namespace import in the form: import * as bam from "./bam";

I was led to believe that this was possible by the following comment: #23830 (comment)_

Metadata

Metadata

Assignees

No one assigned

    Labels

    Working as IntendedThe behavior described is the intended behavior; this is not a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions