SublimeText / AdvancedNewFile

File creation plugin for Sublime Text
MIT License
829 stars 93 forks source link

[feature request]: multiple file creation #154

Closed unifreak closed 8 years ago

unifreak commented 8 years ago

When creating file, it would be better if I can create multiple file at once. say I type in: src/exception/Exception1.php; src/exception/Exception2.php it would create two file at once src/exception/Exception1.php src/exception/Exception2.php

It would be even better if I can replace preceding path with a symbol like -, say I type in: src/exception/Exception1.php; -/Exception2.php; -/../interface/Interface1.php; -/interface2.php it would create four file: src/exception/Exception1.php src/exception/Exception2.php src/interface/Interface1.php src/interface/Interface2.php

unifreak commented 8 years ago

see #106