일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 엽서
- 하이버네이트
- 큐브리드
- mysql polygon
- json parser
- join
- JSON 변환
- mysql gis
- mybatis polygon
- Query
- Hibernate
- QGIS
- mybatis
- 위경도계
- 사진
- 파이어폭스41
- IntelliJ
- JPA
- 좌표계변환
- mybatis polygon mapper
- shortcuts
- Java
- 단축키
- 캘리그라피
- cubrid
- 좌표변환
- spring
- 자바
- 여행
- 쿼리
- Today
- Total
목록IntelliJ (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..