autocomplete-go icon indicating copy to clipboard operation
autocomplete-go copied to clipboard

It doesn't seem like snippets should be autocompleting inside a token?

Open spf2 opened this issue 8 years ago • 1 comments

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??)

screen shot 2016-04-05 at 11 32 41 am

spf2 avatar Apr 05 '16 18:04 spf2

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).

  • https://github.com/atom/autocomplete-plus/issues/653
  • https://github.com/atom/autocomplete-plus/issues/508

joefitzgerald avatar Apr 05 '16 21:04 joefitzgerald