rails-snippets icon indicating copy to clipboard operation
rails-snippets copied to clipboard

Snippets with periods do not play well with autocomplete-plus

Open ezuhaib opened this issue 9 years ago • 0 comments

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.

ezuhaib avatar Jan 27 '16 18:01 ezuhaib