Liek we have for vscode-xml surround with tags https://github.com/redhat-developer/vscode-xml/blob/main/docs/Refactor.md#surround-with-tags-wrap
It should really nice to have a surround with section.
Given this Qute template:
{class}
It should be nice to to select this expression execute the command surround with section which will generate that:
{#if condition}{class}{\if}
@FroMage, @mkouba in XML the surround with tags is very nice, I think we can have similar feature for Qute and having a surroud with comments too.
Liek we have for vscode-xml surround with tags https://github.com/redhat-developer/vscode-xml/blob/main/docs/Refactor.md#surround-with-tags-wrap
It should really nice to have a surround with section.
Given this Qute template:
{class}It should be nice to to select this expression execute the command surround with section which will generate that:
{#if condition}{class}{\if}@FroMage, @mkouba in XML the surround with tags is very nice, I think we can have similar feature for Qute and having a surroud with comments too.