It would be nice if Endwise could turn the following: ``` erb <% if true %> | ``` into the following: ``` erb <% if true %> | <% end %> ``` (with | being the cursor)
It would be nice if Endwise could turn the following:
into the following:
(with | being the cursor)