Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable the light bulb in Visual Studio Code

I love Visual Studio Code but I hate the little lightbulb. It seems to clash with the dropdown when you Ctrl+. on word.

How do you disable the lightbulb in Visual Studio Code?

Just to clarify - I always use the Ctrl+.. But on the first time when I try to navigate down the drop down menu the menu disappears and the lightbulb re-appears. I then have to Ctrl+. again to go down the drop down list and get the selection I want. I just want to disable the lightbulb itself, not other functionality such as the quick fixes.

like image 880
onemorecupofcoffee Avatar asked Sep 14 '16 08:09

onemorecupofcoffee


People also ask

What is the light bulb in VS Code?

Light bulbs are icons in the Visual Studio editor that expand to display a set of actions, for example, fixes for problems identified by the built-in code analyzers or code refactoring.

How do I turn off autocompletion in VS Code?

When the autocomplete window appears, press the “Escape” key to close it.

How do you turn off telemetry in VS Code?

Disable telemetry reporting# telemetryLevel user setting to off . From File > Preferences > Settings (macOS: Code > Preferences > Settings), search for telemetry , and set the Telemetry: Telemetry Level setting to off . This will silence all telemetry events from VS Code going forward.


2 Answers

There's a new option that you can use to disable that. Go to your settings file and add:

"editor.lightbulb.enabled": false
like image 193
Zeno Rocha Avatar answered Sep 18 '22 12:09

Zeno Rocha


Go to: > File >Settings

Enter "bulb"

Click on the checkmark to remove it.

vscode settings

like image 40
Avatar Avatar answered Sep 18 '22 12:09

Avatar