Search code examples
javaeclipsecode-hinting

How do you stop Eclipse from underlining functions?


Is there a way to disable the code-hint underlining in Eclipse?

enter image description here

I use an eclipse-based IDE for a dynamic language, so it gets annoying at times when it can't discover methods from classes in other folders, and it fills half my screen with distracting yellow lines.


Solution

  • Search for "annotations" in the preferences pane. Select "warnings" (if that's what they are) and uncheck the "text" box.