vscode-modaledit
vscode-modaledit copied to clipboard
cit vim preset does not work as expect (Change inner tag)
Currently, when using cit
in an HTML tag it selects the inside of <>
instead of the content inside of the tag.
Example:
<div>hello</div>
Currently Pressing cit
using vim preset result:
<>hello</div>
Expected
<div></div>
How can I change this behaviour?