Shortcuts

Shortcuts used in the tutorial

In this tutorial we saw an overview of the support for Maven 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 Maven changes ⇧⌘I Ctrl+Shift+O
Add a new dependency from inside the pom.xml file ⌘N Alt+Insert
Search everywhere (can use this to open the Maven Tool Window) ⇧⇧ Shift+Shift
Find action (can use this to open the Maven Tool Window) ⌘⇧A Ctrl+Shift+A
Recent files (can use this to open the Maven Tool Window) ⌘E Ctrl+E
Run anything (can run Maven commands from here) ⌃⌃ Ctrl+Ctrl
Open Preferences/Settings dialog ⌘, Ctrl+Alt+S

There are links to more information on this tutorial's introduction.

Related Links