java - Slow (non-quick) documentation in IntelliJ? -
can browse available javadocs intellij?
for example, configured library in maven , has javadoc available on maven repository.
it lazy download hand, unpack , open browser.
is possible automatically , browse class name? without coding first.
the "how download documentation" question answered in other question. there's not way directly browse attached javadocs, thee pseudo way it.
first i'll mention in code, can use quick documentation shortcut (ctrl+q or ⌃,j on mac) browse open documentation class/method cursor position. once quick documentation window open, can click blue arrow , type shift+f1 (not sure mac) open documentation in browser. if documentation in jar file, , have not done previously, idea offer extract javadocs jar file.
if want browse javadoc class or method have not yet used, there way it. use go class action ctrl+n (⌘,o) or go symbol (i.e. field, method, etc) ctrl+alt+shift+n (⌘,⌥o) "search" class of method. (you want hit shortcut second time "include non-project classes/symbols" option gets selected.) once find , selected in list, instead of hitting enter go class or symbol would, use quick documentation shortcut view javadoc (and optionally open externally).
Comments
Post a Comment