You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If you don't like having filenames flood the default autocompletions,// you can set the plugin to only activate with a keybinding.// If you set this to true, add the following to your user-keybindings://// { "keys": ["whatever"], "command": "afn_show_filenames",// "context":// [// { "key": "afn_use_keybinding", "operator": "equal", "operand": true }// ]// }//"afn_use_keybinding": true
However every time I put the cursor between quotes the autocompletion pops up:
On my settings there is only this set for auto_complete_with_fields:
…ng is true
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.
I set the setting "afn_use_keybinding" to true:
However every time I put the cursor between quotes the autocompletion pops up:
On my settings there is only this set for
auto_complete_with_fields
:I am on Sublime Text build 3114, windows 10.
This is what the Sublime Text console outputs when I ran the animated gif:
The text was updated successfully, but these errors were encountered: