Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indent/add opening/closure in different lines #6

Open
cdsaenz opened this issue Mar 2, 2020 · 2 comments
Open

Indent/add opening/closure in different lines #6

cdsaenz opened this issue Mar 2, 2020 · 2 comments

Comments

@cdsaenz
Copy link

cdsaenz commented Mar 2, 2020

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>**
@tehapo
Copy link
Owner

tehapo commented Mar 3, 2020

Thanks for the feedback! However, I'm no longer using Atom as my primary editor and most likely won't be updating this extension anymore.

@cdsaenz
Copy link
Author

cdsaenz commented Mar 3, 2020

Get it totally! I love Atom but I might go for VSCode eventually will check if it's possible to do this wrapping. Good luck and thanks!

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

No branches or pull requests

2 participants