Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 분할정복
- 안드로이드
- cos pro
- DFS와BFS
- android
- 백준
- issue
- 동적계획법과최단거리역추적
- 코드품앗이
- 안드로이드스튜디오
- Vue
- Python
- DART
- codingtest
- vuejs
- cos
- AndroidStudio
- 동적계획법
- Flutter
- 개발
- 알고리즘
- 코테
- django
- C++
- 코딩테스트
- BAEKJOON
- cos pro 1급
- DFS
- 파이썬
- Algorithm
Archives
- Today
- Total
Development Artist
[IntelliJ IDEA, Mac] Spring Boot 프로젝트 단축키 본문
728x90
반응형
도입
Intellij IDEA를 통해 Spring Boot 프로젝트를 진행하면서 사용했던 단축키들을 기록하고자 한다.
지금 글에서는 모든 단축키들을 나열하지 않는 점 참고 바랍니다.
단축키/Shortcut
- Control + R : Stop and Rerun / '[selected file]' is not allowed to run in parallel. Would you like to stop the running one?
- Control + O : Select Methods to Override/Implement
- Control + H : Hierachy
- Control + T : Refactor This
- Shift + fn + F6 : Rename
- Shift + Shift : Search
- Command + N : Generate ( ex. Getter&Setter )
728x90
반응형
Comments