Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- MongoDB
- 테스트 자동화
- 통합테스트
- centos
- Mongodb 설치
- redis 설치
- MongoDB 계정
- REDIS
- GEB
- MongoDB Role 생성
- MongoDB Role
- MongoDB 계정 생성
Archives
- Today
- Total
소울메이커
Intellij 이클립스 단축키 비교 본문
Eclipse Keymap vs. IntelliJ IDEA Keymap
Let's review the major differences existing between the Eclipse and IntelliJ IDEA default keymaps. The table below lists a few of the differences but it should not be considered an exhaustive list.
Action | IntelliJ IDEA | Eclipse |
Open any file quickly | Ctrl + Shift + N | Ctrl + Shift + R |
Find a type or class | Ctrl + N | Ctrl + Shift + T |
Show all the members of current type | Ctrl + F12 | Ctrl + O |
Jump to source | F4 | F3 |
To jump from one member to the next (or previous) | Alt + ↓ Alt + ↑ | Ctrl + Shift + ↓ Ctrl + Shift + ↑ |
Go to parent class | Ctrl + B | Ctrl + T |
Back and forth through the files you have visited | Ctrl + Alt + ← Ctrl + Alt + → | Alt + ← Alt + → |
Last edit location | Command + Shift + Backspace | Ctrl + Q |
Delete line | Ctrl + Y | Ctrl + D |
Duplicate line | command + D | Ctrl + Alt + ↓ |
Open hierarchy | Ctrl + H | F4 |
Organize imports | Ctrl + Alt + O | Ctrl + Shift + O |
Find next / previous | F3 / Shift + F3 | Ctrl + K / Shift + Ctrl + K |
Debug | Shift + F9 | F11 |
Run | Shift + F10 | Ctrl + F11 |
Step Into | F7 | F5 |
Step Over | F8 | F6 |
Step Out | Shift + F8 | F7 |
Resume | F9 | F8 |
Rename in place | Shift + F6 | Alt + Shift + R |
Format code | Ctrl + Alt + L | Ctrl + Shift + F |
Change signature | Ctrl + F6 | Alt + Shift + C |
Quick fix | Alt + Enter | Ctrl + 1 |
View Javadoc for member | Ctrl + Q | Mouse over |
* 기타
- JAVA Editor
Add Java Doc |
Alt + Enter |
Alt + Shift + J |
Line Movement | Alt + Shift + Up or Down | Alt + Up or Down |
'프로그래밍' 카테고리의 다른 글
Jenkins와 SonarQube 연동 방법 (0) | 2016.11.08 |
---|---|
GitLab Port 변경 (0) | 2016.04.28 |
Linux(CentOS) GIT 최신버전 다운로드 (0) | 2014.07.24 |
Eclipse derived 해결 방법 (0) | 2014.05.20 |
Oracle Tablespace 삭제 (0) | 2013.11.04 |