Questions tagged [visual-studio-lightbulbs]

Light bulbs are a productivity feature in Visual Studio 2015.

Light bulbs are a productivity feature in .

4 questions
8
votes
0 answers

Visual Studio 2015 C#: Autocomplete adds fully qualified name

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…
2
votes
0 answers

Displaying a c# code preview as a UI element (ISuggestedAction.GetPreviewAsync - Visual Studio Extension)

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…
0
votes
1 answer

VS 2015's Light bulb still shows up?

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…
Royi Namir
  • 144,742
  • 138
  • 468
  • 792
0
votes
0 answers

How do I handle/Implement System.Web.Editor.ComponentLocator in VS2015, v14

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…
Brett Caswell
  • 732
  • 1
  • 4
  • 16