Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 |
Tags
- codility
- 게임
- C#
- API
- 우분투
- 파이썬
- 그래픽노블
- https
- 블라디보스토크
- 중국맛집
- Python
- 알고리즘
- AWS
- 프로젝트오일러
- Project Euler
- 퍼즐게임
- django
- lambda
- 스팀
- github
- FPS
- pycon
- coursera
- 컴퓨터네트워크
- certbot
- 인디게임
- 워킹데드
- flask
- 몽골여행
- 먹방
- Today
- 19
- Total
- 323,616
YUDA't
JetBrains IDE 유용한 단축키들 본문
지금껏 대부분의 메뉴들을 마우스로 찾았는데,
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
'개발 > 기타' 카테고리의 다른 글
TLS-SNI-01 validation is reaching end-of-life! (0) | 2019.03.15 |
---|---|
[WebStorm] webstorm에서 "failed with error could not read from remote repository" 오류 (0) | 2019.02.13 |
[GitHub] Star와 Fork(Fork와 Clone) (2) | 2017.09.28 |
프로그램 성능 개선: 코드 미세조정 (0) | 2017.09.25 |
프로세스(Process) (0) | 2017.09.20 |
0 Comments