SublimeQuickFileCreator icon indicating copy to clipboard operation
SublimeQuickFileCreator copied to clipboard

Quick File Creator plugin for Sublime Text

Results 3 SublimeQuickFileCreator issues
Sort by recently updated
recently updated
newest added

My config `User/SublimeQuickFileCreator.sublime-settings` ```json { "excluded_dir_patterns": [ ".tmp", "|.git", "|.svn", "|.venv", "|node_modules", "|__pycache__" ] } ``` Dir tree: ``` core/ ├── app ├── flask.sublime-project ├── flask.sublime-workspace ├── gulpfile.js ├── node_modules...

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...

### Summary I can not create file in open file directory. ### Expected behavior Successful creating file in open file directory. ### Actual behavior ``` python command: quick_create_file Traceback (most...