Reputation: 10805
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?
Upvotes: 5
Views: 1557
Reputation: 161773
I don't know that there's a way to do that.
I've been using ReSharper since version 1.5. I just ignore the little Visual Studio smart tag. It's quite unobtrusive.
Upvotes: 3