Hi there,
My sublime text 3 used to worked perfectly.
When editing my files, it used to show me only “relative” suggestions. For example, in a ts file, working on a class, if I typed this.
somewhere in a method, autocomplete only showed me the methods and properties of my object …
But since few weeks, I had to reinstall sublimetext (after OS migration), the autocomplete is way too verbose. It suggest me ALL THE WORDS used in the file … which is completely a non-sense for a code sheet.
I just type this.
: what would I care about those words here ?
Is there any way to go back to the previous behavior ?
Or a way to manage the displayed list (clear the default one, – I am pretty sure nobody cares about thoses words anyway, – and let the language packages add the real expected suggestions) ?
Or at least force auto complete popup to start systematically from the top of the list where properties and methods are grouped, because sometimes, for no reason, it starts at the middle of the list ?
For the records : I tried to remove ALL my packages (keeping only the Typescript one) … and it changed nothing.
I look angry right now … but I am not : I love your software and thank you very much for it.
I just spent too many hours trying to deactive this annoying behavior and it drives me crazy.