Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper Active hotspot disabling intellisense

Sometimes I get this red box which disables intellisense and I have to press Esc a few times to get it back. Not a big deal but it gets annoying after a while. Anyone know how to disable whatever this hotspot thing is?

http://postimg.org/image/x61y97y3t/

Resharper problem

like image 334
Jynn Avatar asked Oct 19 '22 11:10

Jynn


1 Answers

You are using a ReSharper 'if statement' template it seems. you typed if and pressed tab probably. You are supposed to enter a value in the red box and then press tab. (other template require more steps to complete)

like image 145
niklasda Avatar answered Oct 22 '22 00:10

niklasda