Hallo,
I have developed a custom auto completion which worked fine so far. Now I have growing files (200mb) and recognize that the autocompletion popup delays more and more. The reason is the default word completion of sublime I guess. I was able remove the word completion from the completion list with the sublime.INHIBIT_WORD_COMPLETIONS. But sublime still seems to extract all words from the buffer. Is there a way to avoid that via a setting, e.g. “supress_word_completions” : true ?
Cheers, Sebastian