IntelliJ disable code analysis (light bulb)

后端 未结 4 1955
渐次进展
渐次进展 2020-12-20 20:08

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

4条回答
  •  旧时难觅i
    2020-12-20 20:28

    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

提交回复
热议问题