Automatically surround selected text in brackets Følg Andret 27. oktober 2019 16:29 Redigeret As a programmer, I usually send code to others. The feature I'm constantly missing is to surround highlighted text with brackets/parentheses. E.g. I write sentence like this: "You have to replace span with single div" and at the end of message I decide that "span" and "div" should be in < > as traditional HTML tags. I can delete them and write once again, but I'd fall in love with possibility to highlight the "span" word, and type <, what results in <span>. It should also work for: [, {, (, ', " and `. It could also work for discord's markdowns, like *, ** or ~~. 16