Open spf2 opened 8 years ago
They are results from autocomplete-snippets
. ac+ ordering is non-deterministic when multiple providers return suggestions; it depends on the order of provider registration (autocomplete-snippets is bundled in core) and the time taken to get the suggestions (snippets will be usually faster).
One more oddity - is this intended behavior? Is it possible to disable snippets when in the middle of a token...? (Or sort them to the bottom??)