AutoFileName
AutoFileName copied to clipboard
Sublime Text plugin that autocompletes filenames
Please, Its possible add markdown and stylus in default scope to the next version? ``` js { "afn_valid_scopes":["string","css","sass","less","scss", "stylus", "markdown"], } ```
I found this error when use autofilename with this sample [image](https://github.com/w3hecom/AutoFileName/raw/154fad8c14eaa9ccfb49a5cdce9d0b9b2040ff11/sample/autofilename.jpg.png). It is a real .jpg file, but rename to .png error occurred. I fix it like this. [https://github.com/w3hecom/AutoFileName/raw/sample_data/sample/autofilename_fix.png](https://github.com/w3hecom/AutoFileName/raw/sample_data/sample/autofilename_fix.png)
(Translated by Google) After the installation of the AutoFileName plugin, **within a String, only** the file names appear as autocomplete option. But I do not see any more, autocomplete options,...
If I have some word on my buffer which start with `#` sharp, then that word will neve be showed on auto completion list. For example, if I have these...
When using this plugin it seems to override the default auto completion. For example, when typing `
The setting afn_use_project_root: true doesn't work. Has anyone else faced this?
Even before I start writing code, some meaningless suggestions are coming which make no sense... Preventing me to use Multi cursor feature... How can I stop this while having search...
Would be nice if this package also auto completed files on Sublime Text panels as this one:  There is also a discussion on: 1. https://forum.sublimetext.com/t/is-possible-to-auto-complete-file-names-on-panels/28415
I set the setting "afn_use_keybinding" to true: ```javascript // If you don't like having filenames flood the default autocompletions, // you can set the plugin to only activate with a...
 **Example (no delay)** Example src="https://google.com/" **If typing //google.com/ , there is a delay!**