Is there a way to turn this off? It messes with my readability, plus VS automatically adds a "This code can be simplified" lightbulb to simplify the name anyway - which is both funny and insulting at the same time.
Here's an example. In one…
I want to display a code preview in the GetPreviewAsync method on my clas ISuggestedAction.
public class BaseAction : ISuggestedAction
{
...
//
// Summary:
// Gets an object visually representing a preview of the suggested…
I'm using VS2015 with Resharper 2016.
I've disabled Visual studio bulb at R# settings :
Also in here :
But it still appears when I click on some keywords :
Click on "public"
Click on "HttpresponseMessage"
Click on "GetPDF"
Question
How can…
I"m not too familiar with Visual Studio Extention development, and the documentation on migrating an existing vs extension to vs2015 seems fairly non-existent, or just unhelpful to underline type usages.
Never-the-less, I've cloned Mads Kristensen's…