티스토리 뷰
반응형
1 . 단축키 입력시 noti plugin
- Presentation Assistant
2 . intellij 메뉴 클릭 시 단축키 noti plugin
- key promotion
3 . find action 키를 잘 활용하자
- mac 단축키로는 shift + command + A
4. 새로 intellij 설치후 참고한 site
- http://www.popit.kr/인텔리j-활용-꿀팁-42가지-정리/
1. method 파일 들어가지 않고 정보 보기
- window : ctrl + shift+ i
- mac : option + space
2 . bookmarke 기능
- window : ctrl + F11 후 원하는 번호로 선택
- 지정된 북마크 리스트 보기 shift + F11
- mac : option+ F3
- 지정된 북마크 리스트 보기 command + F3
3 . class 생성시 자동 완성 및 자동 생성
- window : new test2() //존재하지 않는 class
alt + enter
- mac : option + enter
4 . method 내에서 내부에서 외부로 영역 지정
- window : ctrl + w
- mac : 옵션 + up/down
5 . selection mode (마우스로 영역 지정해서 복사)
- window : alt + shift + insert
- mac : shift + command + 8
6 . 이미 정의되어있는 method 의 Signature 수정하기
- window : ctrl + F6
- mac : Command + F6
7 . class diagrams
- window : ctrl + alt + shift + u
- mac : option + shift + command + u
8. create class or package ...
- window : alt + insert
- mac : control + enter
반응형
'Tool > Intellij' 카테고리의 다른 글
what is project structure in intellij (0) | 2018.12.17 |
---|---|
intellij 에 servlet 프로젝트 생성하기 (1) | 2018.12.17 |
intellij 에서 Spring MVC maven Project 만들기 (0) | 2017.10.21 |
댓글