ts-namespace-importsDetects and adds completion for namespace like imports in Typescript. A namespace import is an import like:
Note: I borrowed the idea of this extension from this extension, but it didnt work how I wanted so I rewrote much of it. FeaturesThis extension scans your project looking for .TS files that start with a capital letter. It then offers then up in the auto-completion. RequirementsTS file must start with a capital letter for it to be considered for completion. Release Notes0.0.3
0.0.1
|