Open basarat opened 9 years ago
I don't have any in the autocomplete as well. Sucks badly.
Is this still an issue?
Is this still an issue?
yes.
Is your provider excluding lower priority providers?
Is your provider excluding lower priority providers?
@basarat using atom-typescript on atom typescript the snippets provider snippets showed up way at the bottom of the list for me (looks like you also have your own implementation of snippet completions in atom-typescript). I've updated the priorities in autocomplete-snippets so they show toward the top of the list now. Update ac+ and autocomplete-snippets, and let me know what you see.
@basarat using atom-typescript on atom typescript the snippets provider snippets showed up way at the bottom of the list for me
I just noticed this, indeed it does show in some cases (still at the bottom though, was the priority change pushed to apm?):
However it doesn't show for others e.g. class
:
Has this been fixed? Because there are still basic snippets that don't show up in my case. I think it is when a keyword with the same trigger exists.
This is similar to https://github.com/atom-community/autocomplete-snippets/issues/30 But different in that no snippets show up:
Modifying the source code so that it logs the
snips
:They still don't show in the list:
I suspect this is because one is async (atom-typescript) and the other is not (autocomplete-snippets).