Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual studio 2015 disable quick action "remove this qualitfication"

how can i prevent visual studio 2015 quick actions to suggest me the "remove 'this' qualitfication" to simlify the name? i don't want to disable the quick actions itself, just this hint. i cant find any settings in the options. i've already tried a few settings.

this is the message i'm talking about:

enter image description here

hope you can help, its driving me crazy.

like image 345
cyptus Avatar asked Aug 03 '15 11:08

cyptus


1 Answers

just found the solution! you have to check the following checkbox: tools -> options -> text editor -> c# -> code style -> qualify member access with 'this'

enter image description here

like image 100
cyptus Avatar answered Sep 23 '22 14:09

cyptus