-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
First of all thanks a lot for the extension as it is, a real timesaver.
Now, going the extra mile, is there any way to obtained the desired result?
Basically as we add a tag the bold bits is what you get, but they stay "inline" with the existing code..
Maybe I'm missing something but I think the most usual case is to have the new added tag above (the opening) and below (the closing) the existing code.
Note: The tabs is probably asking too much, and it's not really necessary but the rest would be awesome.
As it is now
**<div class="test">**<div class="form-group row mb-2">
</div>**</div>**
Desired
**<div class="test">**
<div class="form-group row mb-2">
</div>
**</div>**
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels