elia / vscode-textmate

TextMate features and keybindings for Visual Studio Code
MIT License
6 stars 0 forks source link

command 'extension.rubyBlockToggle' not found #2

Closed phuibonhoa closed 4 months ago

phuibonhoa commented 4 months ago

When using the shortcut ⌃⇧+{ I get the error: command 'extension.rubyBlockToggle' not found

I was expecting it would toggle the ruby block from { ... } to do ... end and vice versa.

elia commented 4 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

elia commented 4 months ago

Fixed by https://github.com/elia/vscode-textmate/commit/d4f3dcb7c8ebed90cdf99adbaa171198e04898f0

phuibonhoa commented 4 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

This is awesome, I have been looking for something like this! Thank you!