How would I get help on java statement from within intellij IDE?
Answered
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?
Please sign in to leave a comment.
Hello,
You can assign a shortcut to Search with Google in Keymap settings and press it after selecting the code fragment.