If I put my mouse over a Java method in Eclipse, I can have a bit of its javadoc.
But sometimes it's not convenient to read or incomplete because Eclipse is tricked by many javadocs abilities that it doesn't handle correctly => I don't want to see the hover help Eclipse is able to display over a method, I want to look at its real javadoc.
What is the keyboard shortcut to go on a method description in the javadoc page when your mouse is on it or it is selected?
It's not Shift-F2
that goes on the to of the javadoc page for the whole class the method belongs to, and not on the method itself.
A Shift-F2
done on exists()
in new File("abc").exists()
leads me here :
What is the Eclipse shortcut that will lead me to the method description directly?