Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse - how to remove light bulb on warnings

Tags:

eclipse

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.

like image 206
Gal Avatar asked Jan 17 '12 14:01

Gal


People also ask

How do I show all warnings in eclipse?

Click on the small triangle in the upper right corner of the problems view and select "Configure Contents". In that dialog check "Show all items" and uncheck "Use item limits" to show all warnings.


Video Answer


1 Answers

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

like image 84
Reddy Avatar answered Oct 11 '22 14:10

Reddy