개발/기타
JetBrains IDE 유용한 단축키들
유다110
2019. 2. 8. 12:09
반응형
지금껏 대부분의 메뉴들을 마우스로 찾았는데,
IDE의 장점을 활용하지 못하고 있다는 생각이 들어서 단축키를 적절히 활용하리라 마음먹었다.
모든 단축키를 사용하는 건 오히려 비효율적이라 생각해서 내가 쓸만한 단축키들만 모아봤다.
(Ctrl+Space나 Ctrl+Shift+R 등 기존에 잘 쓰고 있던 건 제외)
Double Shift: Search Everywhere
Ctrl+N: Find a class
Ctrl+Shift+N: Find a file
Ctrl+Shift+Alt+N: Find a symbol
Ctrl+K: Git Commit
Alt+Enter: Show intention actions(Improve or optimize a code construct.)
Ctrl+Space: Basic code completion
Alt+F7: Find Usage
Ctrl+W: Extend selection
Shift+Esc Close tab
반응형