본문 바로가기
Development/Java

Eclipse & IntelliJ Shortcut Keymap 비교 (이클립스, 인텔리J 단축키 비교)

by 버들도령 2021. 12. 2.
728x90

Eclipse & IntelliJ Shortcut Keymap 비교
(이클립스, 인텔리J 단축키 비교)

Eclipse와 IntelliJ의 단축키로 사용되는 키들을 비교한 자료입니다.
jetbrains를 찾아보셔도 되고, 아래의 자료를 이용하셔도 됩니다.

앞으로 내용은 더 추가하도록 하겠습니다.

Action IntelliJ IDEA Eclipse
Open any file quickly Ctrl + Shift + N Ctrl + Shift + R
Find a type or class Ctrl + N Ctrl + Shift + T
Show all the members of current type Ctrl + F12 Ctrl + O
Jump to source F4 F3
To jump from one member to the next (or previous) Alt + ↓ Alt + ↑ Ctrl + Shift + ↓ Ctrl + Shift + ↑
Go to parent class Ctrl + B Ctrl + T
Back and forth through the files you have visited Ctrl + Alt + ← Ctrl + Alt + → Alt + ← Alt + →
Last edit location Ctrl + Shift + Backspace Ctrl + Q
Delete line Ctrl + Y Ctrl + D
Duplicate line Ctrl + D Ctrl + Alt + ↓
Open hierarchy Ctrl + H F4
Organize imports Ctrl + Alt + O Ctrl + Alt + O
Find next / previous F3 / Shift + F3 Ctrl + K / Shift + Ctrl + K
Debug Shift + F9 F11
Run Shift + F10 Ctrl + F11
Step Into F7 F5
Step Over F8 F6
Step Out Shift + F8 F7
Resume F9 F8
Rename in place Shift + F6 Alt + Shift + R
Format code Ctrl + Alt + L Ctrl + Shift + F
Change signature Ctrl + F6 Alt + Shift + C
Quick fix Alt + Enter Ctrl + 1
View Javadoc for member Ctrl + Q Mouse over

 

IntelliJ 단축키
Search Everywhere Double Shift
Find Action... Ctrl+Shift+A
Open Solution or Project... Ctrl+Shift+O
Open File or Folder... N/A
NuGet Quick List N/A
Build Solution Ctrl+F9
Show Intention Actions Alt+Enter
Navigate To... Ctrl+Shift+G
Recent Files Ctrl+E
Find Usages Alt+F7
Find Usages in file Ctrl + F7
Highlight Usages in file Ctrl + Shift + F7
Show Usages Ctrl + Alt + F7
Select In... Alt+F1
Settings... Ctrl+Alt+S
Generate... Alt+Insert
Debug... Alt+Shift+F9
View Breakpoints... Ctrl+Shift+F8
Attach to Process... Ctrl+Alt+F5
VCS Operations Popup... Alt+`
Refactor This... Ctrl+Alt+Shift+T
Inspect This... Ctrl+Alt+Shift+A
Reformat Code Ctrl+Alt+L
Code Cleanup... N/A

 

Manage projects and solutions  
Open Solution or Project... Ctrl+Shift+O
Open File or Folder... N/A
NuGet Quick List N/A
Build Solution Ctrl+F9
Build Current Project N/A
Cancel Build Ctrl+F9
Basic editing  
Cut Ctrl+X
Copy Ctrl+C
Paste Ctrl+V
Paste as Plain Text Ctrl+Alt+Shift+V
Paste from History... Ctrl+Shift+V
Duplicate Line or Selection Ctrl+D
Copy Paths Ctrl+Shift+C
Copy Reference Ctrl+Alt+Shift+C
Save All Ctrl+S
Undo Ctrl+Z
Redo Ctrl+Shift+Z
Indent Selection Tab
Unindent Line or Selection Shift+Tab
Start New Line Shift+Enter
Start New Line Before Current Ctrl+Alt+Enter
Delete Line Ctrl+Y
Toggle Case Ctrl+Shift+U
Scratch File Ctrl+Alt+Shift+Insert
Open source in new window Shift+F4
Show Whitespaces N/A
Soft-Wrap N/A

 

Caret navigation  
Move Caret to Previous Word Ctrl+Left
Move Caret to Next Word Ctrl+Right
Move Caret to Line Start Home
Move Caret to Line End End
Containing Declaration Alt+Shift+[
Move Caret to Matching Brace Ctrl+Shift+M
Move Caret to Code Block Start Ctrl+[
Move Caret to Code Block End Ctrl+]
Next Method Alt+Down
Previous Method Alt+Up
Move Caret to Page Top Ctrl+Page Up
Move Caret to Page Bottom Ctrl+Page Down
Page Up Page Up
Page Down Page Down
Move Caret to Text Start Ctrl+Home
Move Caret to Text End Ctrl+End

 

Select text  
Select All Ctrl+A
Left with Selection Shift+Left
Right with Selection Shift+Right
Move Caret to Previous Word with Selection Ctrl+Shift+Left
Move Caret to Next Word with Selection Ctrl+Shift+Right
Move Caret to Line Start with Selection Shift+Home
Move Caret to Line End with Selection Shift+End
Up with Selection Shift+Up
Down with Selection Shift+Down
Select Containing Declaration Ctrl+Alt+Shift+[
Move Caret to Code Block Start with Selection Ctrl+Shift+[
Move Caret to Code Block End with Selection Ctrl+Shift+]
Move Caret to Page Top with Selection Ctrl+Shift+Page Up
Move Caret to Page Bottom with Selection Ctrl+Shift+Page Down
Page Up with Selection Shift+Page Up
Page Down with Selection Shift+Page Down
Move Caret to Text Start with Selection Ctrl+Shift+Home
Move Caret to Text End with Selection Ctrl+Shift+End
Extend Selection Ctrl+W
Shrink Selection Ctrl+Shift+W

 

Multiple carets and selection ranges  
Add/Remove Caret Alt+Shift+Click
Toggle Column Selection Mode Alt+Shift+Insert
Clone Caret Above Double Ctrl + Up
Clone Caret Below Double Ctrl + Down
Clone Caret Above with Virtual Space N/A
Clone Caret Below with Virtual Space N/A
Add Caret to Each Line in Selection Alt+Shift+G
Add Selection for Next Occurrence Alt+J
Select All Occurrences Ctrl+Alt+Shift+J
Deselect Last Occurrence Alt+Shift+J
Create Rectangular Selection Alt+Shift+Middle-Click
Drag to Create Rectangular Selection Alt+Click
Drag to Create Multiple Rectangular Selections Ctrl+Alt+Shift+Click

 

Coding assistance  
Show Intention Actions Alt+Enter
Basic Completion Ctrl+Space
Type-Matching Completion Ctrl+Shift+Space
Second Basic Completion Ctrl+Alt+Space
Complete Current Statement Ctrl+Shift+Enter
Reformat Code Ctrl+Alt+L
Parameter Info Ctrl+P
Quick Documentation Ctrl+Q
Move Statement Up Ctrl+Shift+Up
Move Statement Down Ctrl+Shift+Down
Move Element Left Ctrl+Alt+Shift+Left
Move Statement Right Ctrl+Alt+Shift+Right
Move Line Up Alt+Shift+Up
Move Line Down Alt+Shift+Down
Comment with Line Comment Ctrl+/
Comment with Block Comment Ctrl+Shift+/
Generate... Alt+Insert
Code Cleanup... N/A
Silent Code Cleanup N/A

 

Context navigation  
Next Method Alt+Down
Previous Method Alt+Up
Go to Line/Column... Ctrl+G
Switcher Ctrl+Tab
Select In... Alt+F1
Locate/Select in Solution View N/A
Recent Files Ctrl+E
Recently Changed Files N/A
Last Edit Location Ctrl+Shift+Backspace
Back Ctrl+Alt+Left
Forward Ctrl+Alt+Right
Select Next Tab Alt+Right
Select Previous Tab Alt+Left
Show Bookmarks Shift+F11
Toggle Bookmark F11
Toggle Bookmark with Mnemonic Ctrl+F11
Add to Favorites Alt+Shift+F
Show Favorites window Alt+2
Show Structure window Alt+7
Show Find window Alt+3

 

Find everything  
Search Everywhere Double Shift
Find... Ctrl+F
Find Next / Move to Next Occurrence F3
Find Previous / Move to Previous Occurrence Shift+F3
Replace... Ctrl+R
Find in Files... Ctrl+Shift+F
Replace in Files... Ctrl+Shift+R
Next Occurrence of the Word at Caret Ctrl+F3
Go to File... Ctrl+Shift+N
File Member Ctrl+F12
Go to Symbol... Ctrl+Alt+Shift+N
Find Action... Ctrl+Shift+A

 

Navigate from symbols  
Navigate To... Ctrl+Shift+G
Find Usages Alt+F7
Go to Declaration or Usages Ctrl+B
Go to Type Declaration Ctrl+Shift+B
Show Usages Ctrl+Alt+F7
Go to Super Method Ctrl+U
Go to Implementation(s) N/A
Go to Derived Symbols Ctrl+Alt+B
Highlight Usages in File Ctrl+Shift+F7
Code analysis  
Show Intention Actions Alt+Enter
Next Code Issue F2
Previous Code Issue Shift+F2
Next Error Alt+F2
Previous Error Alt+Shift+F2
Toggle Code Inspection Ctrl+Alt+Shift+8
Run Inspection by Name... Ctrl+Alt+Shift+I
Inspect This... Ctrl+Alt+Shift+A
Show Errors in Solution window N/A
Show Inspection Results window N/A

 

Run and debug  
Run context configuration Shift+F10
Run... Alt+Shift+F10
Debug context configuration Shift+F9
Debug... Alt+Shift+F9
Attach to Process... Ctrl+Alt+F5
Stop Ctrl+F2
Pause N/A
Resume Program F9
Stop Background Processes... Ctrl+Shift+F2
Step Over F8
Force Step Over Alt+Shift+F8
Step Into F7
Smart Step Into Shift+F7
Force Step Into Alt+Shift+F7
Step Out Shift+F8
Run To Cursor Alt+F9
Force Run To Cursor Ctrl+Alt+F9
Skip to Cursor Ctrl+Alt+Shift+F9
Show Execution Point Alt+F10
Evaluate Expression... Alt+F8
Quick Evaluate Expression Ctrl+Alt+F8
Toggle Line Breakpoint Ctrl+F8
Toggle Temporary Line Breakpoint Ctrl+Alt+Shift+F8
Toggle Breakpoint Enabled N/A
View Breakpoints... Ctrl+Shift+F8
Edit Breakpoint Ctrl+Shift+F8
Show Build window N/A
Show Run window Alt+4
Show Debug window Alt+5
Show NuGet window Alt+Shift+7

 

Refactorings  
Refactor This... Ctrl+Alt+Shift+T
Rename... Shift+F6
Change Signature... Ctrl+F6
Inline... Ctrl+Alt+N
Copy F5
Move... F6
Extract Method... Ctrl+Alt+M
Introduce Field... Ctrl+Alt+F
Introduce Parameter... Ctrl+Alt+P
Introduce Variable... Ctrl+Alt+V
Safe Delete... Alt+Delete

 

Global VCS actions  
VCS Operations Popup... Alt+`
Commit... Ctrl+K
Update Project Ctrl+T
Rollback Ctrl+Alt+Z
Push... Ctrl+Shift+K
Next Change Ctrl+Alt+Shift+Down
Previous Change Ctrl+Alt+Shift+Up
Show Version Control window Alt+9
Show Commit window Alt+0

 

Unit testing  
Unit Testing Quick List... Alt+Shift+U
Run Unit Tests Ctrl+;, R
Debug Unit Tests Ctrl+;, D
Stop Execution Ctrl+;, S
Repeat Previous Run Ctrl+;, T
Rerun Failed Tests Ctrl+;, F
Run Tests Until Failure Ctrl+;, W
Run All Tests from Solution Ctrl+;, L
Create New Session Ctrl+;, N
Append Tests to Session Ctrl+;, A
Run Current Session Ctrl+;, Y
Run Unit Tests under dotMemory Unit Ctrl+;, M
Run Selected Tests Shift+Enter
Debug Selected Tests Ctrl+D
Run Current Session (Tool Window) Ctrl+Y
Create New Session (Tool Window) Alt+Shift+Insert
Append Tests to Session (Tool Window) Ctrl+Alt+Insert
Remove Selected Tests (Tool Window) Delete
Run All Tests from Solution (Tool Window) Ctrl+L
Show Unit Tests window Alt+Shift+8
Tool windows  
Hide Active Tool Window Shift+Escape
Hide All Tool Windows Ctrl+Shift+F12
Jump to Last Tool Window F12
Show Solution window Alt+1
Show Favorites window Alt+2
Show Find window Alt+3
Show Run window Alt+4
Show Debug window Alt+5
Show Structure window Alt+7
Show Services window Alt+8
Show Version Control window Alt+9
Show Commit window Alt+0
Show Build window N/A
Show Errors in Solution window N/A
Show Inspection Results window N/A
Show NuGet window Alt+Shift+7
Show Unit Tests window Alt+Shift+8
Show Terminal window Alt+F12
Show Database window N/A

 

Compile And Run  
Build Project Ctrl + F9
Compile selected file. package or module Ctrl + Shift + F9
Select configuration and run / debug Alt + Shift + F10 / F9
Run / Debug Shift + F10 / F9
Run Context configuration from editor Ctrl + Shift + F10
Run anything Double Ctrl

 

 

IntelliJ Default Keymap PDF 파일 다운로드

IntelliJIDEA_ReferenceCard.pdf
0.06MB

728x90

댓글