user1202434
user1202434

Reputation: 2273

Any alternatives to editing xaml files in visual studio?

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

Answers (5)

Magnus Lindhe
Magnus Lindhe

Reputation: 7317

Now there is FAML Designer for Visual Studio.

Upvotes: 0

Shakti Prakash Singh
Shakti Prakash Singh

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:

XAML Editor (by Lary Bell)

XAML PadX (extended)

XAML Hack

KaXaml

Upvotes: 1

darin
darin

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

abatishchev
abatishchev

Reputation: 100288

XamlPad. Free, lightweight and provides live preview.

Upvotes: 1

Tigran
Tigran

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

Related Questions