Is there a way to change the suggestions order?
In ST3, I can type my snippet trigger chars, hit tab and get the snippet inserted.
The problem is that in ST4, this won’t happen, instead it suggests some variables from other files.
But, if I hit Ctrl+Space after typing the trigger chars, the snippet sugestion is showed, and then after hitting tab the snippet get inserted.
Example:
My snippet have this chars to get triggered:
<tabTrigger>pr</tabTrigger>
When typing ‘pr’ i get suggestions from another file variables, like ‘prd’, ‘prds’, but not the snippet one.
So when hit Ctrl+Space, the first suggestion is the snippet, then when hit Tab, it gets inserted.
I like the ST3 behavior because of less keys pressed to get the snippet inserted, I only have to type ‘pr’ and then tab. In ST4 I have to type ‘pr’, then Ctrl+Space, then ‘Tab’.
Is there something I can put in setting to change this?
Thanks in advance!