Simple ImportsA clean and efficient VSCode extension for managing the module resolution in your Typescript projects. FeaturesWhen working with Typescript projects (React, Angular, etc), classes and other types are stored in separate files in the directory, to which we can then call on them by using Throughout this process, this can result in a large clutter amount of import statements per file(s) in the directory. As you keep developing, it can appear not pleasant when trying to show your code, or sharing it to other developers. SolutionBy generate a UsageOnce installed, all you simply have to do is right-click on the directory you would like, and hit the Simple Imports. This will create a Example For example if there is a directory called
RequirementsThis extension requires you to just be working in a directory in your project that has Typescript files. Extension SettingsThis extension contributes the following settings:
Known Issues
Release Notes1.0.0Initial release of Simple Imports! 😁 Thank you for checking this extension out! |