Shortcuts
Shortcuts used in the tutorial.
In this tutorial, we saw an overview of the support for Gradle projects in IntelliJ IDEA, and some tips for working effectively with them.
Some helpful shortcuts mentioned in the tutorial and video:
Name | macOS Shortcut | Windows Shortcut |
---|---|---|
Load Gradle changes | ⇧⌘I | Ctrl+Shift+O |
Add a new dependency from inside the build.gradle file |
⌘N | Alt+Insert |
Search everywhere (can use this to open the Gradle Tool Window) | ⇧⇧ | Shift+Shift |
Find action (can use this to open the Gradle Tool Window) | ⌘⇧A | Ctrl+Shift+A |
Recent files (can use this to open the Gradle Tool Window) | ⌘E | Ctrl+E |
Run anything (can run Gradle commands from here) | ⌃⌃ | Ctrl+Ctrl |
Open Preferences/Settings dialog | ⌘, | Ctrl+Alt+S |
There are links to more information on this tutorial's introduction.