Skip to content
New issue

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

Request: support for ERB #62

Open
glittershark opened this issue Aug 14, 2014 · 1 comment
Open

Request: support for ERB #62

glittershark opened this issue Aug 14, 2014 · 1 comment

Comments

@glittershark
Copy link
Contributor

It would be nice if Endwise could turn the following:

<% if true %> |

into the following:

<% if true %>
    |
<% end %>

(with | being the cursor)

@rchady
Copy link

rchady commented Apr 17, 2016

I will second this one. Been looking for a way to make this happen automatically, but have yet to find anything that will handle it like endwise handles normal ruby statements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants