IDE 단축키

less than 1 minute read

VS Code

Binding Action
Ctrl+Shift+K Delete Line
Alt+↑/↓ Move line up/down
Alt+←/→ Go back/forward

https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf

IntelliJ IDEA

Action Binding
Smart Code Completion Ctrl + Shift + Space
Search Everywhere Double Shift
Show Intention Actions and quick-fixes Alt + Enter
Recent files popup Ctrl + E
Rename Shift + F6
Toggle Maximizing editor Ctrl + Shift + F12
Move line up/down Shift + Alt + ↑/↓

https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf

Android Studio

Binding Action
Ctrl+Y Delete Line
Shift+F10 Run
Ctrl+F2 Stop

https://developer.android.com/studio/intro/keyboard-shortcuts