Eclipse - how to remove light bulb on warnings

Super quick question here that has been bugging me for a very long time - Is there any way to remove the light bulb that appears on the left side of the line when there is a warning in Eclipse (Specifically using Java IDE, if it matters).

It is very annoying the way it hides breakpoints, and honestly - I can see the little squiggly yellow line just fine.

Thanks.


Solution 1:

Go to Windows > Preferences > General > Editors > Text Editors > Annotations. Select Warnings option in the Annotation Types list box, un-select Vertical Ruler

Solution 2:

Window -> Preferences -> Java -> Editor
Uncheck Light bulb for quick assists

remove light bulb on warnings