pushqrdx / vscode-inline-html

🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=pushqrdx.inline-html
GNU General Public License v3.0
54 stars 15 forks source link

Maintain the functionality of the beautifier #8

Closed drachehavoc closed 1 year ago

drachehavoc commented 5 years ago

Hi,

would it be possible to keep the functionality of beautifier plugins inside the strings?

drachehavoc commented 5 years ago

possibly duplicate: https://github.com/pushqrdx/vscode-inline-html/issues/2

pushqrdx commented 5 years ago

@drachehavoc I'am really trying to get a stable code formatting support, however, due to vscode api it's a bit tricky to have multiple formatters for the same language/doc type.

pushqrdx commented 1 year ago

I'am really trying to get a stable code formatting support, however, due to vscode api it's a bit tricky to have multiple formatters for the same language/doc type.

This still hasn't changed much and we now have editor.action.formatInlineHtml, closing this for now.