mikededo / dartBarrelFileGenerator

VSCode extension that generates barrel files for Dart projects
MIT License
25 stars 9 forks source link

Added prompt option if wanted #17

Closed mikededo closed 2 years ago

mikededo commented 2 years ago

A new option has been added that, if true, will prompt the user when creating the barrel file. It is a feature that only works with the option of generating the barrel file for a single folder, since it does not have much sense to use it in the other option.

Closes #16.