External Javadoc doesn't jump to method anymore
For as long as I can remember, when I used Shift-F1 to jump to an external javadoc in my browser, the URL would target specifically what I had had my curson on when hitting Shift-F1. Now all it does is jump to the class level. Why is this the case? Is there a way to enable the previous behavior?
Please sign in to leave a comment.
Hi Matthew,
Just checked that external method is open just fine (checked String.concat() with external sdk doc path set to http://docs.oracle.com/javase/7/docs/api/)
Denis