Okay, I have a problem with Resharper that is driving me nuts. Let's say I create a method such as
    private int returnAValue(string something)
    {
        int dmid;
    } 
As I'm typing the method Resharper take the variable dmid and declares that it is a 'Local Variable that is never used'. As a result it changes the coloring of the text. How can I suppress this?