I would like to have the following feature on VSCode and I don't know if it is possible. For example, if I have this line :
I would like to emphasize this.
I would just select this
, clic on a shortcut like ctrl+i
and then this appears :
I would like to emphasize {i}this{/i}.
I use a lot of {i}
and {/i}
tags in my project so this would help me save an incredible amount of time !
I know VSCode already does something similar when you select a word and clic on "
$
. If you need help modifying it to wrap with your tags let me know. – Underwater