3

Is there a way to completely turn off all intentions light bulbs in Intellij 2016.1, so that none ever appear? In older versions, you could apparently edit options/editor.xml, but no such file exists in 2016.1.

Our Videos
  • 31
  • 1
  • 1
    At this point I find them more distracting than useful - maybe that'll change. – Our Videos Apr 13 '16 at 01:21
  • @duffymo Because, for example, I'm doing a presentation or a screen cast and I don't want distracting stuff such as intention light bulbs to appear. (Even in IntelliJ's presentation mode they appear). – Jesper Sep 12 '17 at 08:14

2 Answers2

4

I just answered that in hide Intellij Idea yellow light bulb

TL;DR:

Preferences > Appearance > Show intention bulb

Update:

In GoLand 2020.1 (and possibly all InteliJ 2020.1 products) this setting can be found here:

Editor > General > Appearance > Show intention bulb

If that doesn't work for you, type "bulb" in the search field in the Settings. I hope that helps.

Ivaylo Novakov
  • 775
  • 6
  • 18
  • The Show Intention bulb checkbox doesn't seem to appear for Windows 10 PyCharmCE 2020.1 -- any workarounds? – Quetzalcoatl May 29 '20 at 02:22
  • I updated the answer according to what I see in my GoLand 2020.1 on Mac. I hope it translates to your environment as well. Typing "bulb" in the search field should definitely do the trick - one of the best things about InteliJ's settings system is that it's entirely searchable. – Ivaylo Novakov May 30 '20 at 08:22
  • 1
    thanks! in my case: File -> Settings -> Editor -> General -> Appearance -> Show intention bulb – Quetzalcoatl May 30 '20 at 23:10
0

Maybe this could help you

https://www.jetbrains.com/help/idea/2016.1/configuring-intention-actions.html?origin=old_help

To configure intention settings using the Settings dialog

By default, all available intention actions that ship with IntelliJ IDEA, are enabled. By changing the Intention Settings, you can disable the actions that are not required for your current working environment.

Open the Settings / Preferences Dialog by choosing File | Settings for Windows and Linux or IntelliJ IDEA | Preferences for OS X, and click Intentions under Editor. In the Intentions page, clear the check boxes of the intention actions or action categories that you do not currently need. Selecting or clearing a category affects all intention actions in this category. Apply changes and close the dialog.

  • 1
    Thank you for your answer. I've tried unchecking every intentions box, but I still get some intention bulbs (maybe mostly constructor-related). – Our Videos Apr 13 '16 at 01:22