Is there a way to disable code analysis (the light bulb) in IntelliJ? I really don\'t care about code improvement suggestions as I\'m viewing some third party code. I\'ve al
To disable inspections:
Settings > Project Settings > Inspections
Click the 'Reset to empty' icon (looks like an eraser)
To disable intentions:
Settings > IDE Settings > Intentions
Uncheck all of the boxes here