AutoFileName icon indicating copy to clipboard operation
AutoFileName copied to clipboard

Sublime Text plugin that autocompletes filenames

Results 75 AutoFileName issues
Sort by recently updated
recently updated
newest added

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 `

Bug

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: ![image](https://cloud.githubusercontent.com/assets/5332158/26262731/27622480-3cac-11e7-95a5-3eb4e82b6b11.png) 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...

![image](https://cloud.githubusercontent.com/assets/17998293/25310848/e3d2ebd2-27f7-11e7-9739-f8541b3bbd1d.png) **Example (no delay)** Example src="https://google.com/" **If typing //google.com/ , there is a delay!**