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
I am using XamlStyler, and currently, similar properties such as Height and Width are displayed on separate lines. I would like to see an option that allows for these similar properties to optionally appear on the same line. For instance, HorizontalAlignment and VerticalAlignment should also be able to be displayed on the same line.
Current Behavior:
Desired Behavior:
Environment:
Visual Studio 2022
XAML Styler for Visual Studio 2022 (3.2404.2)
The text was updated successfully, but these errors were encountered:
Thanks to your suggestion, I changed Separate by groups to True, allowing properties with similar characteristics to be displayed across multiple lines, which resolved the issue I was facing. However, while defining the order for Attribute ordering rule groups, I encountered a problem when the line *:*, * appears. Due to the Separate by groups setting, all properties that aren't predefined start to display on the same line.
Could you suggest a way to address this phenomenon? I've looked for similar issues but haven't found a solution that fits, as seen in #268.
Hmm, that might require a change. Either tweak behavior of Separate By Groups to always special case the default wildcard group so it does not group those or create a separate setting to do so.
I am using XamlStyler, and currently, similar properties such as Height and Width are displayed on separate lines. I would like to see an option that allows for these similar properties to optionally appear on the same line. For instance, HorizontalAlignment and VerticalAlignment should also be able to be displayed on the same line.
Current Behavior:
Desired Behavior:
Environment:
The text was updated successfully, but these errors were encountered: