liamcain / AutoFileName

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

Forces completions words starting with #shap to not being showed #110

Open evandrocoan opened 6 years ago

evandrocoan commented 6 years ago

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 words on my buffer:

#episolon1
#episolon2

And I try to auto complete ep the epsilon1 and episolon2 words are never going to show up, unless I disable this package or remove the # sharp from their beginning:

episolon1
episolon2

Related to:

  1. https://github.com/BoundInCode/AutoFileName/issues/18 Overrides default auto completion