apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.63k stars 841 forks source link

JavaDoc window should prioritize constructor doc over class doc. #7657

Open mbien opened 1 month ago

mbien commented 1 month ago

If the caret is positioned over a constructor invocation, show the javadoc of that constructor (analog to the ctrl+mouse hover tooltip).

image (caret is over ArrayList, putting it inside () works too)

Before this change the class doc was shown.