joseramonc / rails-snippets

:shipit:
http://codn.mx/en
MIT License
43 stars 24 forks source link

Snippets with periods do not play well with autocomplete-plus #22

Open ezuhaib opened 8 years ago

ezuhaib commented 8 years ago

12/151 of the snippets provided by rails-snippets start with period, e.g .each . These snippets do not show correctly on the the autocomplete list. And if I reflexively tab/enter after typing .each some other snippet (which does not have period) would get selected. As a quick workaround, I disable autocomplete-snippets. As a long-term solution, I filed an issue here: https://github.com/atom/autocomplete-snippets/issues/67 . However, I am opening this issue here because either this anomaly needs to be documented here, or the snippets should be modified, and the periods removed.