Dave Grochocki
Dave Grochocki
I am assuming as part of your flow, you are saving as you go (i.e., before you get to adding the ```>```). I can reproduce with that sample code in...
If this is technically feasible, it could make a great addition. Likely dependent on being able to detect element on right-click (or under cursor).
Thanks for the bug report! Can you please update the issue with the following information from the bug template to help us investigate/debug? ``` **External Configuration** If you are using...
With such a configuration, how would you expect attributes to be aligned?
Adding ```Tabs``` as an option seems to make sense, but as you point out, it may lead to some interesting misalignment/conflict with KeepFirstAttributeOnSameLine. We should note this in the documentation,...
Hey @adamhill, thanks for the bug report!
Are you leveraging an [external settings configuration](https://github.com/Xavalon/XamlStyler/wiki/External-Configurations) in your project? If so, you can disable format on save with: ```json { "FormatOnSave": false } ```
I have not seen that before, but a schema is not necessary for XAML Styler to pick it up. It should be safe to ignore the warning.
Any chance it it in a subdirectory in your main project folder? If so, it is possible it is getting picked up when formatting. > XAML Styler will respect the...
This would be a great feature, but a couple open questions based on my initial attempt: * Need to dig into all Storyboard options and map them to appropriate Setters...