When i use XAML designer it is so hard and slow to move into the designer and out of it, visual studio stuck for a while when i do that, are there any way to boost up XAML designer and editor?
Ant it is very slow when saving XAML files!
|
When i use XAML designer it is so hard and slow to move into the designer and out of it, visual studio stuck for a while when i do that, are there any way to boost up XAML designer and editor? Ant it is very slow when saving XAML files! |
|||||||||||||||
|
|
That usually means that you might have complex UI, maybe time to break it down into smaller components? I usually turn off showing XAML View by default:
|
|||||||||||
|
|
I think the problem in VS2010 when you save the XAML file there a is partial class same name with XAML class generating. We can see this class easily by clickin InitializeComponents() as you know. But Expression Blend doesn't generate these Class.g.s... files immediately . I hope In Visual Studio's later versions these will be fixed. It's similar in Android Development Platform Eclipse there is a "R.class" holds all visual element ids. When you save any xml layout file this class get an update. These new development approaches has some bad effects for developers I think. There must be option such as Ctrl+G+Save ? save and generate :) If you change any XAML and not save when you click another XAML or CS (unfocus anyway) this slowly behavior still exist. Beside this if you just save UI without generating , dev.environment can't notify you about existing errors and warnings. Finally It steals too much time from developers. , Need to be solved. I was preparing to ask this question I see it here.Thanks for asking. |
||||
|
|
|
The XAML editor in Visual Studio 2010 (though better than it used to be) still has performance issues. If available, I would recommend using Expression Blend and Visual Studio side-by-side during development. They integrate well and Blend is meant for handling XAML. You could also try Kaxaml which is useful is some scenarios. |
|||
|
|
|
You can also use generic text editor with xaml, greatly boosts up performance, but you loose WYSIWYG window. To open with generic, just right click on xaml file -> open with -> Source code (text) editor and make it default if you wish. |
|||
|
|
|
Disabling hardware acceleration solved the problem for me. |
||||
|
|
|
Buy an SSD (Solid State Drive), put your source code and OS on it, and go XAML! |
|||||||||||||
|
|
Right click on a Xaml file in the Solution Explorer and select the XML (Text) Editor - then Click Set as Default. Obviously I don't get the UI preview any more, but you do still get autocomplete in the xml editor and it is a night and day difference in performance. |
|||
|
|