You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: redhat.vscode-xml's default settings are...not great for XAML and AXAML. Additionally, it lacks many of the rules (e.g. attribute grouping) present in https://github.com/Xavalon/XamlStyler (which was suggested in #44)
Is your feature request related to a problem? Please describe.
It's annoying to switch from AXAML to XML just to format the current document.
Describe the solution you'd like
Luckily, redhat's xml extension allows for a simple solution. The only requirement is that other VSCode extensions which add xml-based languages must add a new property to their to their contributes.
It's not identical to formatting XAML in Visual Studio, but it's getting there. Next, it needs the ability to selectively not split attributes
Yes. It's that easy.
xmlFormat.mp4
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
VSCode does not allow extensions to recommend other extensions (that could get annoying).
"Optional" extension dependencies can be forced upon the user via the Extension Pack feature.
Publish an extension pack separately. It should include avaloniaui.vscode-avalonia and any other extensions we recommend or soft-depend on (i.e. activate only if already installed and enabled).
Note:
redhat.vscode-xml
's default settings are...not great for XAML and AXAML. Additionally, it lacks many of the rules (e.g. attribute grouping) present in https://github.com/Xavalon/XamlStyler (which was suggested in #44)Is your feature request related to a problem? Please describe.
It's annoying to switch from AXAML to XML just to format the current document.
Describe the solution you'd like
Luckily, redhat's xml extension allows for a simple solution. The only requirement is that other VSCode extensions which add xml-based languages must add a new property to their to their
contributes
.It's not identical to formatting XAML in Visual Studio, but it's getting there. Next, it needs the ability to selectively not split attributes
Yes. It's that easy.
xmlFormat.mp4
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: