AutoFileName
AutoFileName copied to clipboard
Sublime Text plugin that autocompletes filenames
I got my ST3 updated(build 3103). I found that it wouldn't be triggered when I used babel syntax (https://packagecontrol.io/packages/Babel).
### IndexError when pressed `alt+shift+right_mouse_click` What is this happening when I press `alt+shift+right_mouse_click`? ``` Traceback (most recent call last): File "D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\sublime_plugin.py", line 421, in on_post_text_command callback.on_post_text_command(v, name, args) File "QueryCompletionListener...
### If the folder start with + then autocomplete duplicates the + sign on autocomplete Example, ``` cd '../+cla' # select the completion --> cd '../++class4' ```
There does not insert "width" and "height" automatically from ST3 updated.
Say you have ``` bower_components/owl-carousel/owl-carousel/owl.carousel.css ``` It won't navigate to `owl.carousel.css` and will stop after `bower_components/owl-carousel/`
I really love to use this plugin, Currently I've disabled it because the autofinename works on every possible quotes (" ") whether its class="" or alt="" its showing when clicking...
Hi it is useful plugin. Maybe with my help you can port it to Cudatext? [uvviewsoft.com]
i am use ubuntu 14.04 sublime text 3,set "afn_insert_dimensions": true, add img tag can not auto install height="" width=""
I really enjoyed this plugin with sublime. But recently there happened to be something wrong. While typing `printf("\n",)`,the moment i finish my `,`,the code will be automatically changed into `printf("n",)`....
I've been struggling to find the cause of this issue for a long time. I'm on ST3, I use https://github.com/nathos/sass-textmate-bundle for sass support. When I work on a sass file,...