Eclipse - how to remove light bulb on warnings

前端 未结 5 1582
攒了一身酷
攒了一身酷 2021-02-01 12:38

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 war

相关标签:
5条回答
  • 2021-02-01 13:15

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

    0 讨论(0)
  • 2021-02-01 13:23

    This problem generally occurs when you have installed multiple plugins in your eclipse. I found the solution for that. Just Go to Windows > Preferences > General > Editors > Text Editors > Annotations and then Select Warnings option in the Annotation Types list box, un-select Vertical Ruler

    0 讨论(0)
  • 2021-02-01 13:24

    This is another way to do this:

    Button right into your code -> Preferences... -> Java -> Editor -> Disable the option: Light bult for quick assists.

    0 讨论(0)
  • 2021-02-01 13:27

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

    0 讨论(0)
  • 2021-02-01 13:36

    Please try going to Window->Preferences menu. Then simply browse to Java->Errors/Warning panel. Expand the "Code Style" settings. Set the option you want to "ignore".

    Is that what you are looking for?

    0 讨论(0)
提交回复
热议问题