liamcain / AutoFileName

Sublime Text plugin that autocompletes filenames
514 stars 78 forks source link

Do not show autocomplete popup for every string when afn_use_keybinding is true #73

Open codedokode opened 9 years ago

codedokode commented 9 years ago

When using 'afn_use_keybinding' = true option the autocomplete popup still is opened inside any string and it is quite distracting. I have tried to fix this, though I am not sure if it is okay to query settings value on every modification.