AdvancedNewFile
AdvancedNewFile copied to clipboard
File creation plugin for Sublime Text
Would it be possible for automatic renaming of files for a specific syntax. Especially for sass, which doesn't use it's prepended underscore eg: ``` sass @import "path/to/file" ``` but it...
I would like to use `current` as the value of `default_root`, and if no current view is available then use `project_folder`.
I have the following configuration: ``` json { "file_templates": { "js": [ "Packages/User/view.sublime-snippet" ] } } ``` but when I create new `js` files, the content is not being inserted...
Would be great if `file_templates` can use glob as keys. Something like: ``` json { "file_templates": { "application/views/**/*.js": [ "Packages/User/view.sublime-snippet" ], "application/models/**/*.js": [ "Packages/User/model.sublime-snippet" ] } } ``` BTW, congratulations...
I wish ANF's configuration was set up so I could have aliases, default directories, etc, all on a per-project basis. It would also be nice to have a project-specific history...
Hi Scott, I just figured out that default_root: project_root no longer works, and that as of 1.5.1 you need to set up individual settings for default_root in for each of...
Hey there! So I love the utility of this package but I'm having trouble getting it to work. I really really want to use it. Could you please help me...
Based on [comment](https://github.com/skuroda/Sublime-AdvancedNewFile/issues/48#issuecomment-23780450). Inconsistent errors when specifying paths as follows: `/folder:folder2/file.ext` > error: Cannot create '/folder:folder2'. See console for details > [AdvancedNewFile] ERROR Exception: Access is denied '/' `/folder:folder2/file.ext` >...
I wanted to say that this does ease some of the pain of creating new folders/files in Sublime Text 2. However, this doesn't do exactly what I was hoping for....
Follow-up to https://github.com/SublimeText/AdvancedNewFile/pull/187#discussion_r943536612. These settings should not exist and instead the warnings should always be shown.