dannyconnell / vscode-split-html-attributes

VSCode extension for splitting HTML attributes onto separate lines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request : Unsplit "html" attributes

Djobot opened this issue · comments

Hello !

It's a shame that we cannot do the reverse action !
For example, when you change your code, delete attributes and, then, have 0 or a few attributes left, inlining the tag will be more beautiful.

Thanks for your extension

Thanks for your suggestion @Djobot. I've added this functionality. Just trigger the same command / keyboard shortcut on an opening / self-closing tag with multiple lines and it will unsplit it back onto one line. 👍