Go To -> Javadoc: see Javadoc without having to type name of the class ?
Hello,
How about "Go To Javadoc" - much like today user types CtrlN and goes to a class - he would type some other shortcut and go to class Javadoc ? Today if one needs to see a Javadoc of class Xyz the options are: open it in browser manually or find it in a source and press CtrlQ/Shift+F1.
With Ctrl+Something, type the name, choose from the list, Enter - that would be much faster !
Thank you
请先登录再写评论。
Hi Evgeny,
what you can do to go directly to the javadoc of a class is:
- Ctrl+N
- Type the name of the class or CamelCaseLetters (CCL)
- CtrlQ or ShiftF1
For browsing all available javadoc there is some other option available through the KonaWorks PowerPack plugin; see : http://www.jetbrains.net/confluence/display/CONTEST/KonaWorks+PowerPack
HTH, Ruben
Hello,
Exactly what I was looking for - didn't know it works that way. Thanks a lot !
Nice, will take a look too.