Skip to content

Indent/add opening/closure in different lines #6

@cdsaenz

Description

@cdsaenz

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>**

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions