AdvancedNewFile icon indicating copy to clipboard operation
AdvancedNewFile copied to clipboard

File creation plugin for Sublime Text

Results 32 AdvancedNewFile issues
Sort by recently updated
recently updated
newest added

Using input handlers and the preview feature makes for a better UX than an input panel. (Need to check if the preview can span multiple lines to also show a...

enhancement

Inserting a file named `{home,about}.tsx` could create two files at once. Full syntax: - `choice {a,b}.txt` → `choice a.txt`, `choice b.txt` - `file {1..3}.txt` → `file 1.txt`, `file 2.txt`, `file...

enhancement