AutoFileName icon indicating copy to clipboard operation
AutoFileName copied to clipboard

Opens in way to many places

Open lombardi-gux opened this issue 10 years ago • 1 comments

Every html.string.quoted.double. For example, I am doing a lot of forms this week, and every <input type="text" value="">

The "value" keeps suggesting every html file in the folder of the file in question. I had to disable the extension, despite it being valuable in things like script src, link href, and css urls.

Can it be limited?

lombardi-gux avatar Apr 05 '15 20:04 lombardi-gux

Use Keybinding.

{ 
    "keys": ["alt+p"], 
    "command": "afn_show_filenames",
    "context": [
        {
            "key": "afn_use_keybinding", 
            "operator": "equal", 
            "operand": true
        }
    ]
}

Also, add this in your Preferences.sublime-settings to enable AutoFileName keybinding

"afn_use_keybinding": true

Now you can use Alt + p to show suggestions.

zaynali53 avatar Dec 22 '15 16:12 zaynali53