Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ts-namespace-importsNew to Visual Studio Code? Get it now.
ts-namespace-imports

ts-namespace-imports

MikeCann

|
1,513 installs
| (2) | Free
Detects and adds completion for namespace like imports in Typescript
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ts-namespace-imports

Detects and adds completion for namespace like imports in Typescript.

A namespace import is an import like:

import * as Utils from "./Utils.ts"

Note: I borrowed the idea of this extension from this extension, but it didnt work how I wanted so I rewrote much of it.

Features

This extension scans your project looking for .TS files that start with a capital letter. It then offers then up in the auto-completion.

main feature

Requirements

TS file must start with a capital letter for it to be considered for completion.

Release Notes

0.0.3

  • Now ignoring ts files found in node_modules

0.0.1

  • Very first experimental release
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft