Reputation: 2273
Editing xaml files in visual studio is very slow and cumbersome. I was wondering if any of you use alternatives to editing xaml files?
Ive already tried all the ways to improve xaml eiditing like "Open document in full xaml view" etc..but it is still painfullly slow. It takes on an averagee around 15 seconds to save.
Sometimes I use regular text editor to edit files but it doesent have intellisense tho. Anyone know of a good free alternatives that also have intellisense? Thanks.
Upvotes: 3
Views: 10107
Reputation: 2533
There are quite a number of them available. I haven't tried it as I use VS2010 and I don't think they would be a replacement for VS as VS has a lot of features that others don't. You can give a try to the following:
Upvotes: 1
Reputation: 419
Yep! I use the Expression Blend from the Microsoft Expression Studio!
Video: Understanding and Working with XAML Code in Expression Blend 5
Upvotes: 5
Reputation: 62256
Use notepad, notepad++, or whatever text editor you like. It's just a markup!
Kaxaml another interesting editor you may want to use.
But if you have a VisualStudio
/Blend
, use them, cause in latest version, if I'm not mistaken, the refactoring should be also work on it.
Upvotes: 1