I am using Visual Studio 2008. I am currently working with WPF and I am using
Change-> Document Format
to format my source code .
The problem is that I want the formatting to be set differently for the style and for the controls themselves. This means that I have to switch the formatting logic every half hour through this menu:
Tools-> Options-> Text Editor-> XAML
Is there a way to define these two formatting logic and switch between them more efficiently ?
Thank!
source
share