AutoFileName
AutoFileName copied to clipboard
Sublime Text plugin that autocompletes filenames
How to AutoFileName with file .scss ?. I use Sublime text 3 build 3059, win 8.1 64 bit
Ubuntu 14.04 plugin version 2013.11.27.18.03.11 Can easily insert the file name. The suggestion box shows file names and h: and w: options. However, height and width are not inserted, just...
when i am doing file imports in ES6 javascript. the filepaths dont need to have an extension and its been the widely followed practice so instead of the suggestion being...
The newest version doesn't have this features. Should we have this?
### IndexError in AutoFileName.sublime-package, line 171, in on_selection_modified_async ``` Traceback (most recent call last): File "D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\sublime_plugin.py", line 513, in on_selection_modified_async callback.on_selection_modified_async(v) File "autofilename in D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\Data\Installed Packages\AutoFileName.sublime-package", line 171, in on_selection_modified_async...
Run into this error every time I try to write something like "\btest\b" when doing a RegExp. "The drive is not ready for use; its door may be open. Please...
I am not a Python expert but I found some code to adapt, all credits to Adam Rosenfield : http://stackoverflow.com/a/4790310/4861714. Fix issue #62. This issue is due to `os.path.exists()` method...
On ST3 with Package Control installation, I am unable to set these settings. "afn_insert_dimensions": false does nothing; "afn_use_keybinding": true works but when you hit tab to select the image, it...
The scope name returns different values in different syntax. javascript returns source.js string.quoted.double.js punctuation.definition.string.end.js javascript(babel) returns source.js string.quoted.js punctuation.definition.string.quoted.end.js