AutoFileName
AutoFileName copied to clipboard
Sublime Text plugin that autocompletes filenames
I uncovered a couple of edge case bugs while working with the plugin. I would normally split all of this up, but the solution for one issue also solved the...
This plugin is randomly causing plugin_host crashes when doing `swap_line_up` and `swap_line_down` and possibly other commands. I've tested this in Windows 8.1 64-bit on multiple machines. ``` { "keys": ["ctrl+shift+up"],...
I know it's a rare use case, but I use `` statements inside markdown files to imitate includes. Is it possible to force AutoFileName to show completions within these statements?...
I'm using ST3 (various builds) and have seen this behavior on both WinXP and OS X. If I want to enter a full path (with a `/` at the beginning)...
This package seems to conflict with the auto-completion from the Derby package for Bourbon auto-completion. When I unistall this package, Derby seems to work fine. Could you please look into...
In Windows on ST2, go to Preferences > Package Settings > AutoFileName > Settings - User It will open ./Packages/User/Preferences.sublime-settings instead of ./Packages/User/autofilename.sublime-settings
Amazing tool. It could be even more useful if we could: 1) choose a default file path such as: /assets/images 2) option to only get the file name (without the...
This part seems weird to me: "so no need to learn another pesky shortcut" When following it is this: "Pressing control+space, will activate AutoFileName" That is a key shortcut. Additionally,...
Package Control this week has started to offer and pull the st3 branch instead of master into a ST2 installation, which no longer loads.
Hi all, AutoFilename is an awesome tool! One item that is a bit different in my workflow than how AFN expects is the project root path for inclusion (so prepending...