Is there a way to disable the code-hint underlining in Eclipse?
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.
Search for "annotations" in the preferences pane. Select "warnings" (if that's what they are) and uncheck the "text" box.
The reason methods which were not found are being underlined is because eclipse is automatically building your project as you're editing your code. The easiest way to stop eclipse from underlining methods is to stop the project form building automatically by disabling the option. To do so, deselect the option from the project menu: Project -> Build Automatically
The Eclipse Wiki also has alternative ways to disable autobuilding.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With