Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Turn off Visual Studio suggestions when using Resharper?

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?

like image 330
Maciej Avatar asked Oct 26 '22 02:10

Maciej


1 Answers

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.

like image 65
John Saunders Avatar answered Nov 10 '22 06:11

John Saunders