-1

Mousing over an Android class I get a popup tool tip.

One of the links opens up the documentation for the class. However it currently opens this up in the code pane and I'd like it to open up in a browser.

How do you change this behaviour?

greg-449
  • 109,219
  • 232
  • 102
  • 145
Snowcrash
  • 80,579
  • 89
  • 266
  • 376
  • I am not aware of any option to do this. There is a separate JavaDoc view you can open (`Window > Show View > Javadoc`). – greg-449 Feb 23 '14 at 10:32

1 Answers1

0

Put caret on the class name in Java Editor and press Shift+F2.

Chandrayya G K
  • 8,719
  • 5
  • 40
  • 68