AutoFileName
AutoFileName copied to clipboard
Sublime Text plugin that autocompletes filenames
```Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/Lib/python33/sublime_plugin.py", line 1381, in run_ self.view.end_edit(edit) File "/Applications/Sublime Text.app/Contents/MacOS/Lib/python33/sublime.py", line 1072, in end_edit sublime_api.view_end_edit(self.view_id, edit.edit_token) File "/Applications/Sublime Text.app/Contents/MacOS/Lib/python33/sublime_plugin.py", line 846, in on_modified run_view_callbacks('on_modified',...
Preview the image in a popup, it will be coooooooooool.  Install before this PR be merged. ------- * download the zip:https://github.com/wanyaxing/AutoFileName/archive/st3.zip * unzip and save the files in `Sublime...
When I use AutoFile name on sublime Text4, I am prompted that the path is incorrect. When I enter the path, I am always prompted that the path is not...
the error log: ``` Traceback (most recent call last): File "I:\Programming\sublime_text_4100\Data\Installed Packages\LSP.sublime-package\plugin/core/windows.py", line 500, in _update_panel_main_thread panel.run_command("lsp_update_panel", {"characters": characters}) File "I:\Programming\sublime_text_4100\Lib\python33\sublime.py", line 1304, in run_command sublime_api.view_run_command(self.view_id, cmd, args) File "I:\Programming\sublime_text_4100\Lib\python33\sublime_plugin.py",...
How to disable completion in classes, ids. etc., the plugin suggests files and directories when not needed. It could be here. ? // Specific scopes of BlackList "afn_blacklist_scopes": ["string.regexp.js"] Thanks...
This is a feature request, basically I want this to see preview of the image file currently in selection among list of file. Possible use Sublime's current API of previewing...
 I am trying `./images/ctrl+space` it does not show the images files from the images folder. I am in a project where images folder has image files. How can i...
With the following settings: ``` "afn_use_project_root": true, "afn_proj_root": "/" ``` I load my project but I sill get my boot drive root when typing `/` on a path. It should...
When I start to type a path, it suggests every file on the project, which is not very useful to me, since I'd like only a fast way to create...
First of all, let me tell you that this is an awesome tool and I use it with S3! However, something is bothering me and I hope that there is...