You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mirrored cursors allow for the same changes to be made on corresponding pairs of tags.
When double-clicking on a word in an opening or closing tag, only the clicked word is selected, without mirroring. It’d be nice for the other word to be selected and mirrored as well.
<!-- For example, if I want to modify that tag, I’m tempted to double click one word and type text to replace it --><my-tag></my-tag><!-- Currently, double-clicking `tag` and typing`element` gives that annoying result. --><my-element></my-tag><!-- Instead, it should have selected the matching text on the closing element and modified it as well. --><my-element></my-element>
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.
Mirrored cursors allow for the same changes to be made on corresponding pairs of tags.
When double-clicking on a word in an opening or closing tag, only the clicked word is selected, without mirroring. It’d be nice for the other word to be selected and mirrored as well.
The text was updated successfully, but these errors were encountered: