Disable PyCharm's light bulbs while keeping intentions available?
Figured it out:
- Find editor.xml in the ~/Library/Preferences/PyCharm30/options folder
- Add the line
<option name="SHOW_INTENTION_BULB" value="false" />
- Restart
- Rejoice in best of both worlds -- less distraction but inspections/intentions still available with Alt-Enter
Update in 2019:
There is now a setting for this in the File > Settings...
:
Under Editor > General > Appearance
uncheck the option Show intention bulb
.