Simple extension to wrap text in angle brackets.
Wrap text in angle brackets pressing "<" on selection
"keybindings": [
{
"command": "angle-wrapper.wrap",
"key": "<",
"when": "editorFocus && editorHasSelection"
}
]
See CHANGELOG.md