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