vscode-ruby-erb icon indicating copy to clipboard operation
vscode-ruby-erb copied to clipboard

Results 11 vscode-ruby-erb issues
Sort by recently updated
recently updated
newest added

Hey! Is it possible to have a checkbox that configures the snippets with double quotes instead of single quotes?

Previously the `` ctrl+shift+` `` keybinding did not work out-of-the-box in `*.html.erb` files (the default extension for erb views in Rails). This PR adds that file extension to the `erb`...

extension works fine with files named .erb, but as soon as you use the rails convention html.erb extension no longer provides shortcuts???

I installed it on mac and changed the Keyboard shortcut. This is what you can see in my keybindings.json: ```` // Place your key bindings in this file to overwrite...

Is there a way to enable toggle only (disable highlighting and snippits)?

When you attempt to use the key command shortcut on a highlighted text segment contained within an HTML tag that already has one erb snippet, it will actually toggle the...

Is there a way to change the order of the ERB commands that show up when using the Keyboard shortcuts? I would like to have show up first. Also would...

Given some HTML in an erb file like this: ``` something ``` This extension incorrectly adds `#` for comments instead of `` 1. Select some text 2. Command Palette ->...

Would love to be able to use this to do tags in Elixir Phoenix (.eex uses the same tags as .erb). I tried remapping the keyboard shortcut to work on...