We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see that the print_eex snippet was removed (98a9bb4), but I don't understand the instructions in that commit. How do I get the <%= … %> snippet?
<%= … %>
My only guess was that ^> refers to the key binding Ctrl+>, but I can't get that to do anything in Sublime Text 3.
^>
The text was updated successfully, but these errors were encountered:
ee<TAB> which is what print_eex did still works. AFAIK the ^< is for finding the next tag.
ee<TAB>
print_eex
^<
Sorry, something went wrong.
ee<TAB> produces <% … %> for me. I'm trying to get <%= … %>.
<% … %>
Oh, ignore me. <%= _ %> was precisely Print EEx. Yes, we should probably add it back then.
<%= _ %>
No branches or pull requests
I see that the print_eex snippet was removed (98a9bb4), but I don't understand the instructions in that commit. How do I get the
<%= … %>
snippet?My only guess was that
^>
refers to the key binding Ctrl+>, but I can't get that to do anything in Sublime Text 3.The text was updated successfully, but these errors were encountered: