Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Change Opening and Closing (matching) tags simultaneously #14672

Open
Raknaren opened this issue Mar 21, 2019 · 1 comment
Open

Change Opening and Closing (matching) tags simultaneously #14672

Raknaren opened this issue Mar 21, 2019 · 1 comment

Comments

@Raknaren
Copy link

Raknaren commented Mar 21, 2019

Hello there,

Ok so I've been looking for this feature for a bit and only found an extension that is outdated.

Basically when you select let's say a paragraph tag and you want to change it to a span tag, for example. Either if you change it on it's opening or closing, it should automatically change it on the matching tag.

For example, I have this paragraph.
<p id="example">This is an example paragraph</p>

I change both opening and closing tag simultaneously just by editing one of them and it becomes:
<span id="example">This is an example paragraph</span>

Now, the idea would be for it to work without having to use any hotkey or mouse click. Just seamlessly as the auto-close of tags works right now.

I got the idea from the way the CodePen editor works if you want to check it out and see it in action.

Hope it can be added to Brackets! 👍

Thanks :)

@paperclipstudio
Copy link

Yeah, I think so too. As also its irritating when you miss type
<im-so-bad-at-typing>
and it creates the matching closing tag (just to remind you how bad at typing you are).
Then you have to manually change both.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants