You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Create a block by typing a statement that ends with do and press enter.
Expected behavior
The newline is given one additional level of indentation. Another line that just has theend keyword is automatically inserted on a line below the cursor.
Actual behavior
The line with end is not automatically inserted, so I am forced to tediously type this in. The new line is indented, however.
Please PR this into this extension. This really keeps me from being able to use VSCode as an IDE for my Ruby code. This is a feature that's available in other modern IDEs for Ruby, such as RubyMine and Atom.
Notes
I wonder if there are elements of this issue related to #210.
mhickman, marcusmalmberg, iarkhanhelsky, rwxdash, goronfreeman and 5 more