일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 위경도계
- 하이버네이트
- 엽서
- spring
- mybatis polygon
- json parser
- cubrid
- 단축키
- 쿼리
- 좌표계변환
- QGIS
- 자바
- shortcuts
- mybatis polygon mapper
- 큐브리드
- mysql polygon
- 캘리그라피
- JPA
- Hibernate
- 여행
- join
- 파이어폭스41
- Query
- Java
- mysql gis
- 사진
- IntelliJ
- 좌표변환
- mybatis
- JSON 변환
- Today
- Total
목록단축키 (2)
쏘댕
검색하다 찾은 유용한 단축키 #_# 기능 Windows 단축키 Mac 단축키 기타 커서 기준 선택 (확대) Ctrl+W Cmd+W 커서 기준 선택 (축소) Ctrl + Shift+W Cmd + Shift+W 복사한 내역을 조회 Ctrl + Shift + V Cmd + Shift + V 메소드 접기/펼치기 Ctrl + . Cmd + . 블록 단위 이동 Ctrl + Shift+ Up/Down Cmd + Shift+ Up/Down Alt + Shift + Up/Down 은 줄단위, 얘는 블록 단위 이동 세로 블록 선택 Alt + drag 전체 검색 Ctrl + Shift + F Cmd + Shift + F [참고] http://theeye.pe.kr/archives/1802
[출처] http://stackoverflow.com/questions/294167/what-are-the-most-useful-intellij-idea-keyboard-shortcuts Syntax aware selection in the editor selects a word at the caret and then selects expanding areas of the source code. For example, it may select a method name, then the expression that calls this method, then the whole statement, then the containing block, etc.: Ctrl+WBasic Code Completion, t..