Before using String.Format to format a string in C#, I would like to know how many parameters does that string accept?
For eg. if the string was \"{0} is not the same
I rely on ReSharper to analyze that for me, and it is a pity that Visual Studio does not ship with such a neat feature.