The problem is that completion from words in the current file get obscured or ignored, if the word has some similarity with one from the completions file. I have already augmented the "auto_complete_size_limit" and still I cannot get completion for some words in the current file.
According to the documentation http://sublimetext.info/docs/en/referen ... tions.html
Priority of Sources for Completions
Snippets
API-injected completions
.sublime-completions files
Words in buffer
So is there a way to give priority to word from the current file over completions files?
Is there a way to disable fuzzy search on a specific completions file?