dart-idx-generatorThis extension automates the creation of Dart index files (also called barrel-files), organizing exports from files and subdirectories into an indexed format, reducing long and unnecessary import statements, as well as relative imports. Features
Upcoming Feature: choose between index files, and export statements at the top of each file. Extension SettingsCustomization is availabe through the following settings:
Known IssuesA Buffer Deprecation Warning can unfortunately not be resolved, as vscode depends on a module, which itself depends on an unmaintained package, see link provided. Release Notes1.0.0Initial release of basic functionalities. Potential abuse of diskspace at your own risk. |