[Feature Request] Quote Command
I think this command (and its hotkey of course) would be useful. You could select text which you want to quote with "".
With this it will be faster to create strings.
Im thinking maybe we don't need a hotkey for it. Why not just quote selected text when pressing " on the keyboard.
Idk, Text Editors are supposed to replace selected text with what you're typing. But idea is not bad.
I think this should be extended to other characters as well, such as the single quote, bracket, braces, parenthesis and backtick. So when selected a block of text is would be surrounded (like vscode or idea already do):
"text"
'text'
(text)
[text]
{text}
`text`