How would I get help on java statement from within intellij IDE?

已回答

For example, suppose we have the following line of code. 

DecimalFormat df = new DecimalFormat();

If I select "DecimalFormat" and then press F1,  only the help for IDE editor appeares. Are there any hot keys available so I could jump to the description of an object?

0

Hello,

You can assign a shortcut to Search with Google in Keymap settings and press it after selecting the code fragment.

0

请先登录再写评论。