Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

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

Notifications You must be signed in to change notification settings

Asana/typescript-namespace-imports-vscode-plugin

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published