-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the "Format XAML on save" option is enabled, saving all (Ctrl+Shift+S) should only process unsaved modified XAML files #142
Comments
Yeah. This means I have to uninstall it. Too much noise otherwise. |
This is definitely a pain point, though it can be easily mitigated in the short term by disabling the "Format XAML on save" option. There are a number of feature requests that should improve this experience overall:
I would consider this a bug on the "Format XAML on save" option (i.e., not intended behavior). Formatting all files is covered by #56. Edit: Updated issue title for clarity. |
You could Merge at least new Filter from #144 |
Fixed via #220 -- should only format opened documents now. |
This issue occurs after I updated XamlStyler to version 3.2003.9.
Actual behavior: all xaml files in the solution are formatted |
Why is this closed? Apparently, it's still an issue in 2022. |
Upper is my code what solved the problem in my case. :) .. if i remember correctly i cloned repo and built extension with my fix and stopped use official extension :) |
Thank you for the info :) I just wonder why this is not fixed as well in the official extension version! |
looks like we lost track of this one. thanks for the reminder folks, we'll look into it! |
Yes, I have to stop using this on my team. Because we have 20 xaml files, and and everytime someone asks to save all unsaved documents, this extension rewriting every Xaml file. Why is this issue closed? This should be re-opened since this has been occurring again since 2022. |
There is defect when i save all documents or use (Ctrl+Shift + S).
I expect to format only unsaved || opened documents and not all documents with *.xaml extension in solution.
The text was updated successfully, but these errors were encountered: