Often when looking at method calls with many parameters, I’d like to know what a particular parameter’s Javadoc without counting the number of commas, then going to the declaration and counting again.
How can I directly view the Javadoc for a particular parameter from the client method call?
Eclipse does not support this, and I’ve filed an enhancement request.