header image

Developer Documentation: Intellij Shortcut

Nanta Aditya on September 12, 2021

Prerequisites

  • Intellij IDE
  • Git
  • Maven

Shortcut

ShortcutDescription
Shift + Shiftopens a search box
Ctrl + Shift + Fopen in path
Ctrl + Alt + B on interfaceopen implementation class
Ctrl + Alt + Sopen setting
Ctrl + Alt + Shift + Sopen project structure
Alt + 1open Project windows
Alt + 4open Run window
Alt + 5open Debug window
Alt + 6open Problems window
Alt + 9open Git window
Alt + F1, 1open selected file location
Shift + F10Run program
Shift + F9Debug program

Custom shortcut

  • open setting
  • find keymap
  • find fetch
  • change git fetch shortcut to Ctrl + Alt + 1
  • find branch
  • change git branches shortcut to Ctrl + Alt + 2
  • find pull
  • change git pull shortcut to Ctrl + Alt + 3