Hi !
I'm using Visual Studio 2008. I'm currently working with WPF and I'm using
Edit->Format Document
to format my source code.
The problem is that I want to have formatting set total differently for style and for Controls themselves. Which means that I have to switch formatting logic every half an hour through this menu:
Tools->Options->Text Editor->XAML
Is there any way to define these 2 formatting logic and switch between them more effectively ?
Thank you !