Visual Studio 2015 - Change Light Bulb, Quick Action settings
Asked Answered
S

2

34

I've started using Visual Studio 2015 today and really like the Light Bulb or Quick Action setting. I want to change these settings though, how do I do that?

Specifically the rule IDE0003 which is trying to remove this from local properties or members.

enter image description here

How do I configure this rule or remove it?

Stenographer answered 22/7, 2015 at 12:23 Comment(0)
F
27

trying to remove this from local properties or members.

There is a setting under Text Editor | C# which controls whether this is used for member access: does this control that rule? (I don't have an install to hand to get the exact name.)

Finke answered 22/7, 2015 at 12:28 Comment(0)
D
24

As @Richard suggested here comes the full path:

Tools > Options > Text Editor > C# > Code Style and check Qualify member access with 'this'

Distressful answered 27/8, 2015 at 6:32 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.