DEV Community

Mohan Upadhyay for The Coders Blog

Posted on • Originally published at thecodersblog.com on

Complete List of Intelij Idea Shortcuts.

IntelliJ IDEA is one of the favorite IDE of Java developer. If you spend most of the time in this IDEA then this list is for you.

IntelliJ

  • Run Shift + F10
  • Stop Ctrl + F2
  • Alt + Enter
  • Ctrl + Space
  • sout + Enter -> System.out.println();
  • Ctrl + Click on Variable / Mehod / Class...
  • Settings Ctrl + Alt + S
  • Project Structure Ctrl + Alt + Shift + S
  • Replace Ctrl + F
  • Find in path Ctrl + Shift + F
  • Duplicate Line Ctrl + D
  • Toggle Case Ctrl + Shift + U
  • Project View Alt + F1
  • TODO View Alt + 6
  • GOTO Class Ctrl + N
  • GOTO File Ctrl + Shift + N
  • Generate Code Alt + Insert
  • Surround with … Ctrl + Alt + T
  • Autoformat Ctrl + Alt + L
  • Switch Tool Windows Ctrl + Tab
  • Line Comment Ctrl + /
  • Multi-Line Comment Ctrl + Shift + /
  • Move Statement Ctrl + Shift + Arrowkeys
  • Move Single Line Alt + Shift + Arrowkeys
  • Refactor Rename Shift + F6
  • Structure Alt + 7
  • VCS Alt + 9
  • VCS Commit Ctrl + K

- Git Revert Ctrl + Alt + Z

VCS Tab Show Diff Ctrl + D

Top comments (0)