Catalog / IntelliJ IDEA Shortcuts Cheat Sheet

IntelliJ IDEA Shortcuts Cheat Sheet

A comprehensive cheat sheet for IntelliJ IDEA, covering essential shortcuts for navigation, editing, refactoring, and more. Boost your productivity with these keyboard shortcuts!

Basic Navigation & Search

Navigation

Ctrl + N

Find Class

Ctrl + Shift + N

Find File

Ctrl + Shift + Alt + N

Find Symbol

Double Shift

Search Everywhere

Ctrl + B or Ctrl + Click

Go to Declaration

Ctrl + Alt + B

Go to Implementation(s)

Ctrl + U

Go to Super-method/Super-class

Alt + Up/Down

Go to Previous/Next method

Find & Replace

Ctrl + F

Find

Ctrl + Shift + F

Find in Path

Ctrl + R

Replace

Ctrl + Shift + R

Replace in Path

F3

Find next

Shift + F3

Find previous

Editing & Code Completion

Basic Editing

Ctrl + Space

Basic code completion

Ctrl + Shift + Space

Smart code completion (filters list of methods and variables by expected type)

Ctrl + Alt + Space

Class name completion

Ctrl + Shift + Enter

Complete statement

Ctrl + Alt + L

Reformat code

Ctrl + Alt + I

Auto-indent line(s)

Ctrl + Shift + J

Smart line join

Ctrl + Delete

Delete to word end

Code Generation

Alt + Insert

Generate code (getters, setters, constructors, hashCode/equals, toString)

Ctrl + O

Override methods

Ctrl + I

Implement methods

Ctrl + Alt + T

Surround with (if, else, try/catch, etc.)

Refactoring

Refactoring Actions

Shift + F6

Rename

Ctrl + Alt + M

Extract Method

Ctrl + Alt + V

Extract Variable

Ctrl + Alt + C

Extract Constant

Ctrl + Alt + F

Extract Field

Ctrl + Alt + P

Extract Parameter

Ctrl + Shift + Alt + T

Refactor This

Debugging & Running

Debugging

F9

Resume program

Ctrl + F8

Toggle breakpoint

Shift + F9

Debug

Shift + F10

Run

F7

Step into

Shift + F7

Smart Step Into

F8

Step over

Shift + F8

Step out

Running

Alt + Shift + F10

Run context configuration from editor

Alt + Shift + F9

Debug context configuration from editor