Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 - Change Light Bulb, Quick Action settings

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?

like image 499
Niels Filter Avatar asked Jul 22 '15 12:07

Niels Filter


People also ask

How do I enable quick actions and refactoring in Visual Studio?

You can also press Ctrl+. anywhere on a line to see a list of available Quick Actions and refactorings. To see potential fixes, select either the down arrow next to the light bulb or the Show potential fixes link.

How do I remove quick actions available in Visual Studio 2019?

1 Answer. Show activity on this post. You can disable CodeAnalysis for a project in the project properties> tab Code Analysis. For more details check this doc https://docs.microsoft.com/en-us/visualstudio/code-quality/disable-code-analysis?view=vs-2019.


1 Answers

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.)

like image 130
Richard Avatar answered Sep 17 '22 07:09

Richard