728x90
반응형
SMALL
Shortcut | IntelliJ | Eclipse |
Project 커서 | Alt 1 | F9 (커스텀) |
에디터창 커서 | Ctrl Tab | F12 |
터미널 커서 | Alt F12 | |
Settings | Ctrl Alt S | |
Close All Tabs | Ctrl Shift W (커스텀) | |
Close Other Tabs | Ctrl Alt W (커스텀) | |
실행 | Shift F10 | Ctrl F11 |
Delete Line | Ctrl Y -> Ctrl D (커스텀) | |
Duplicate Entire Lines | Ctrl Alt Down (커스텀) | |
Java Class | Alt C (커스텀) | |
Create new directory or package | Alt P (커스텀) | |
다음/이전 에러 커서 | F2 / Shift F2 | Ctrl . |
에러해결 | Alt Enter | F2 |
세로편집 | Alt Shift Insert | Alt Shift A |
Commit | Ctrl K - Ctrl Enter |
단축키
Shortcut | Java: eclipse | JavaScript: VScode | Android | 프로그래머스 |
---|---|---|---|---|
줄 삭제 | ctrl + D | ctrl + shift + K (*) | ctrl + Y (*) | ctrl + shift + K |
자동완성 | ctrl + space | |||
제네레이트 | alt + shift + S | alt + insert | ||
생성자 생성 | 제네레이트 - O (*) | |||
getter setter 생성 | 제네레이트 - R (*) | |||
오버라이딩 | 제네레이트 - V (*) | ctrl + O | ||
뷰 (View) 이동 | ctrl + F7 | |||
실행 | ctrl + F11 | ctrl + F5 | shift + F10 | |
파라미터 확인 | ctrl + shift + spacebar (*) | ctrl + P | ||
한 줄 정렬 | ctrl + I | ctrl + alt + I ctrl + I: implements | ||
모든 줄 정렬 (format) | ctrl + shift + F | alt + shift + F (*) | ||
창 닫기 | ctrl + W | ctrl + W | ctrl + F4 | |
모든 창 닫기 | ctrl + shift + W | ctrl + K, W (*) | ctrl + shift + F4 | |
한 줄 주석 | ctrl + shift + C 혹은 ctrl + / | ctrl + / | ||
블록주석 및 해제 | ctrl + shift + / ctrl + shift + \ | |||
문서주석 | alt + shift + J | |||
텍스트블록 | ctrl + shift + ' | |||
대문자 변환 | ctrl + shift + X | |||
소문자 변환 | ctrl + shift + Y | |||
연결된 괄호로 커서이동 | ctrl + shift + P (*) | |||
화면나누기 | ctrl + shift + [ 혹은 _ | ctrl + alt + ←→ | ||
커밋창으로 커서이동 | ctrl + shift + 3 | |||
커밋 (commit) | ctrl + enter | |||
아랫줄 생성 | shift + enter | ctrl + enter (*) | shift + enter | ctrl + enter |
윗줄 생성 | ctrl + shift + enter | ctrl + shift + enter | ctrl + alt + enter (*) 현재구문완성: ctrl + shift + enter | ctrl + shift + enter |
줄 이동 | alt + ↑↓ | alt + ↑↓ | alt + shift + ↑↓ (*) next method: alt + ↑↓ | ctrl + shift + ↑↓ |
에디터 탭 이동 | ctrl + pageUp, down (*) forward history, backward history 지우기 | alt + ←→ | ||
디자인코드 탭 이동 | alt + shift + ←→ | |||
줄 복사 | ctrl + alt + ↑↓ | shift + alt + ↑↓ (*) | (*) | ctrl + shift + D |
현재줄과 아랫줄 합치기 | ctrl + alt + J | |||
모두 바꾸기 | alt + shift + R | ctrl + F2 | shift + F6 | ctrl + shift + R |
범위 동시수정 | alt + shift + A | |||
오류처리 | F2 | alt + enter | ||
해당 객체 혹은 메서드로 이동 | F3 | |||
다음에러 찾기 | ctrl + . | F2 | ||
디버그 - 자세히 | F5 | |||
디버그 - 한 줄 | F6 | |||
디버그 - break point | F8 | |||
에디터창으로 커서이동 | F12 | |||
커서에 주석추가 | alt + shift + A | |||
화면 한칸이동 | ctrl + ↑↓ | |||
화면 페이지이동 | shift + page up, down | |||
특정 줄로 이동 | ctrl + L | ctrl + G | ||
다른파일 열기 | ctrl + shift + page up, down | |||
수정본 비교하며 작성 | ctrl + K, D (Draw) | |||
전체 임폴트 (import) | ctrl + shift + O |
개인지정 단축키
Hotkey | Java: eclipse | JavaScript: VScode | Android |
---|---|---|---|
새 코틀린 생성 | alt + K | ||
새 레이아웃 생성 (layout XML file) | alt + L | ||
새 액티비티 생성 | alt + A | ||
새 서비스 생성 | alt + S | ||
새 브로드캐스트 생성 | alt + B | ||
새 프래그먼트 생성 | alt + F | ||
새 프로젝트 생성 | alt + P | ||
새 디렉토리 생성 | alt + D | ||
파라미터 보기 (Context Information) | ctrl + P print | ||
Git Add (초록색 +) | ctrl + enter | ||
연결된 괄호로 커서이동 | shift + insert 또는 Alt + End | ||
콘솔창으로 커서이동 (show in) | F10 | ||
다른 창 모두 닫기 | ctrl + alt + W | ||
에디터 탭 이동 (Previous, Next tab) | alt + ←→ forward history, backward history | ||
줄 삭제 | 동기화 | 동기화 | |
윗줄 생성 | 동기화 | ||
아랫줄 생성 | 동기화 | ||
줄 이동 | 동기화 | ||
줄 복사 | 동기화 | 동기화 duplicate entire lines | |
모든 줄 정렬 (format) | 동기화 | ||
모든 창 닫기 | 동기화 |
크롬 단축키
기능 | 단축키 |
---|---|
새 탭 열기 | ctrl + T |
현재 탭 닫기 | ctrl + W |
다음 탭 이동 | ctrl + tab |
이전 탭 이동 | ctrl + shift + tab |
자동완성
Abbreviation | Java: eclipse | Abbreviation | VScode |
---|---|---|---|
sysou | System.out.println(); | ! | html 기본구조 |
ma | public static void main(String[] args) {} | ||
fore | for (String string : args) {} |
주석
Java | JavaScript | HTML | CSS |
---|---|---|---|
//주석, /*주석*/ | //주석, /*주석*/ | /*주석*/ |
728x90
반응형
LIST
'Others > 단축키 & 명령어' 카테고리의 다른 글
윈도우 cmd 명령어 (0) | 2023.02.05 |
---|---|
개발환경 단축키 (0) | 2022.04.15 |
단축키 사전 (0) | 2022.03.11 |