jetbrains IntelliJ HotKey
2024. 6. 21. 19:00ㆍ정보처리,전산/springboot
반응형
### 일반적인 단축키
- 프로젝트 탐색기 열기/닫기
- Alt + 1 (Windows/Linux)
- Cmd + 1 (Mac)
- 최근 파일 열기
- Ctrl + E (Windows/Linux)
- Cmd + E (Mac)
- 검색 모든 곳 (Search Everywhere)
- Shift 키 두 번
### 코드 탐색
- 클래스로 이동
- Ctrl + N (Windows/Linux)
- Cmd + O (Mac)
- 파일로 이동
- Ctrl + Shift + N (Windows/Linux)
- Cmd + Shift + O (Mac)
- 심볼로 이동
- Ctrl + Shift + Alt + N (Windows/Linux)
- Cmd + Option + O (Mac)
### 코드 편집
- 자동 완성
- Ctrl + Space (Windows/Linux)
- Ctrl + Space (Mac)
- 매개변수 정보
- Ctrl + P (Windows/Linux)
- Cmd + P (Mac)
- 선택된 코드 블록 포맷팅
- Ctrl + Alt + L (Windows/Linux)
- Cmd + Option + L (Mac)
- 주석 추가/제거
- 한 줄 주석: Ctrl + / (Windows/Linux), Cmd + / (Mac)
- 블록 주석: Ctrl + Shift + / (Windows/Linux), Cmd + Shift + / (Mac)
### 코드 리팩토링
- 리팩토링 메뉴
- Ctrl + Shift + Alt + T (Windows/Linux)
- Ctrl + T (Mac)
- 변수 이름 변경
- Shift + F6
### 실행 및 디버그
- 프로그램 실행
- Shift + F10 (Windows/Linux)
- Ctrl + R (Mac)
- 디버그 모드 실행
- Shift + F9 (Windows/Linux)
- Cmd + D (Mac)
- 중단점 추가/제거
- Ctrl + F8 (Windows/Linux)
- Cmd + F8 (Mac)
### 기타
- 빠른 수정 (Show Intention Actions)
- Alt + Enter
- 다음 오류/경고로 이동
- F2
반응형
'정보처리,전산 > springboot' 카테고리의 다른 글
@RequestParam (0) | 2024.09.15 |
---|---|
@RequestMapping (0) | 2024.09.15 |
Gradle 의존성 추가 키워드 (0) | 2024.06.27 |
Annotations (0) | 2024.06.21 |
GRADLE , MAVEN (0) | 2024.06.21 |