XAML, Resharper, and playing nicely in the sandbox

What is XAML (pronounced zammal)?  It is a new way to do form layout and is pretty neat.  It is primarily used for WPF (windows Presentation Foundation and Silverlight also.

The problem I'm running into is with a 3rd party plugin to Visual Studio that I've gotten addicted to called Resharper.  Resharper is just trying to do its job yet it becomes the most annoying thing ever due to the fact I want it to ignore XAML files.  I'm not 100% sure how to do this yet.

image

This happens on every node in the XAML.  So annoying.  When doing c#, this is a god send if I don't have the namespace already declared however.  Typing in StringBuilder, that prompt will come up if I haven't already declared the "using System.Text;"  Resharper does some other cool stuff too.

No comments posted yet.

Post a Comment

Please add 4 and 4 and type the answer here: