Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>typescript-namespace-imports-vscode-pluginNew to Visual Studio Code? Get it now.
typescript-namespace-imports-vscode-plugin

typescript-namespace-imports-vscode-plugin

josh211ua

|
2,411 installs
| (1) | Free
Adds autocomplete support for "import * as Symbol from "symbol"
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

typescript-namespace-imports-vscode-plugin README

A plugin that makes it easier to automatically include namespace imports.

A namespace import is an import like:

import * as ModuleName from "path/to/module_name"

Features

This plugin offers the capital-cased version of every typescript file in your workspace as a module inside of autocomplete.

For example if the file file_to_import exists in your workspace it will offer to import it as a module called FileToImport. Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.

demo

Extension Settings

None yet.

Known Issues

Imports are currently imported using the workspace relative path.

This will need to be improved in the future to support imports relative to the current file or to respect the value of compilerOptions.baseUrl provided in tsconfig.

Release Notes

0.0.1

Initial release.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft