From the course: IntelliJ IDEA Community Edition Essential Training

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Get online help

Get online help

From the course: IntelliJ IDEA Community Edition Essential Training

Start my 1-month free trial

Get online help

- [Instructor] IntelliJ Idea has tools for online help that you can use to learn more about the IDE but it also gives you Context-sensitive help for the languages and frameworks that you use most frequently. Specifically for Java API Docs you have to configure this yourself. Now for these demonstrations, if you're working on a Mac first make sure that your keyboard shortcuts known as the Keymap are set to macOS. Go to the IntelliJ Idea menu and choose preferences then choose Keymap and check your Keymap selection here. If you're working on Windows it should be set correctly already. Now, place the cursor inside the keyword System that's the name of a Java class and press the F1 key and on Mac you'll see a popup window that shows you some simple documentation about that class but there's a lot to know about that class and it will be nice to be able to get to the external API Docs that is the complete…

Contents