IntellijIDEA-How to disable little yellow light bulb popup in JetBrains IDE like IntelljIDEA or webstorm?

1. Purpose

In this post, I would demo how to disable little yellow light bulb popup in IntelljIDEA or IDEs from JetBrains.

2. Environment

  • Jetbrains IDEs(IntellijIDEA or webstore or pycharm…)

3. The solution

Goto File–>Preferences–>Editor–Appearance, find the Show intention bulb, uncheck it, done.

image-20210824174450453

What is the little bulb for?

As you work in the editor, IntelliJ IDEA analyzes your code, searches for ways to optimize it, and detects potential and actual problems.

As soon as the IDE finds a way to alter your code, it displays a yellow bulb icon yellow bulb icon in the editor next to the current line. By clicking this icon, you can view intention actions available for this unit of code.

You can view more descriptions about the bulb in this document.

4. Summary

In this post, I demonstrated how to disable little yellow light bulb popup in IntelljIDEA.