microsoft / vscode-htmltagwrap

Wraps a chunk of HTML code in tags
Other
24 stars 18 forks source link

Configurable key combination? #19

Open alvarotrigo opened 3 years ago

alvarotrigo commented 3 years ago

I wonder if there's a way to replace the ALT + W key combination in order to trigger it.

I can see the other extension, HTML Tag Wrapper, allows it by just using something like this on the user config:

{
  "key": "ctrl+shift+i",
  "command": "extension.wrapTag",
  "when": "editorTextFocus"
}

Would it be possible to include this on this extension too? I prefer this one :)