html - How to fix erb tag in Atom from requiring a space to tab-complete? -
up until 2 versions of atom ago, doing h={tab}
autocomplete h<%= %>
. still happens now, reason required "="
after space. example:
hello={tab}
does not autocomplete to
hello<%= %>
which desired syntax. instead, have do
hello ={tab}
=> hello <%= %>
and click/arrow on , delete space. annoying. i've gone snippets assuming typo , "="
accidentally prepended space. far can tell snippet written correctly , bug? know of way fix this?
for clarification, of other snippets have no issue working against character. seems ={tab}
/-{tab}
.
Comments
Post a Comment