If you have worked with XAML outside of Visual Studio, you have probably wished that you could get Intellisense in your code. Microsoft Expression Blend is one of main tools that Microsoft expects developers to use when working with XAML. Blend doesn't have Intellisense for XAML either.

Stefan Dobrev has developed an addin for Expression Blend that will provide the auto completion and Intellisense in Expression Blend.

Stefan's code is based off another great free XAML tool called Kaxaml. Kaxaml is a lightweight XAML editor that gives you a "split view" so you can see both your XAML and your rendered content (kind of like XamlPad but without the gigabyte of SDK).

XamlPad is a basic visual editor for Extensible Application Markup Language (XAML) and is installed with the SDK.  

  kick it on DotNetKicks.com