I just started playing with ReSharper and I think I know why ppl love it now :)
I'm using Vs2008 TS and noticed I have in editor 2 suggestions currently:
one, standard coming from VS, and second from ReSharper...
Eg when I entere something like:
int a = CalculateMe ( 10 );
(Note: CalculateMe method is not defined yet)
So, I can see VS's "option to generate method stub (shift + Alt + F10" and,
and RS's 'create methods CalculateMe')
I would like to see only ReSharper suggestions (turn off VS's) - is it possible?