SublimeQuickFileCreator
SublimeQuickFileCreator copied to clipboard
Not creating anything
I might have misunderstood how this is supposed to work but absolutely nothing happens when I try to create a file or folder.. The dropdown pops up but it looks like it is searching existing files and/or folders instead of creating them. There is no related output in the console either.
Sublime Text 3 (build 3143)
This package works by:
- Prompting which folder to create a new file inside of (that's the dropdown you saw)
- This uses fuzzy searching to make finding paths easy
- Prompting what to name the file
- That's it. You're now editing the file
Ah, my bad! I didn't see the input field at the bottom. Thanks!