Closed phuibonhoa closed 5 months ago
Sorry, that one slipped in by mistake, I'll remove it, but if you're interested I'm using this extension to replicate that shortcut: https://marketplace.visualstudio.com/items?itemName=elliotlarson.ruby-around-the-block
Sorry, that one slipped in by mistake, I'll remove it, but if you're interested I'm using this extension to replicate that shortcut: https://marketplace.visualstudio.com/items?itemName=elliotlarson.ruby-around-the-block
This is awesome, I have been looking for something like this! Thank you!
When using the shortcut ⌃⇧+{ I get the error:
command 'extension.rubyBlockToggle' not found
I was expecting it would toggle the ruby block from
{ ... }
todo ... end
and vice versa.