VSCode extension that generate barrel files for folders containing dart files.
Dart Barrel Fiel generator either by searching for the extension in VSCode or from the marketplace.
It can create barrel files only two the selected folder
It creates aswell barrel files for the selected folder and all the nested folders from the selected. It also adds the nested folder barrel file to its parent barrel file.
Command | Description |
---|---|
GDBF: Current Folder Only |
Creates a barrel file for the selected folder |
GDBF: Current and Nested Folders |
Creates a barrel file for the selected and its nested folders |
Both commans can be used by typing in the commmand palette. It will then ask you to choose a folder. If it is done from the folder tree, it will use the selected folder as the root folder.