mac | windows | eclipse | |
한줄삭제 : | command + delete | ctrl + y | |
현재 커서 이후 삭제 (custom)
|
cmd + ctrl + delete | ||
현재 커서 이전 삭제 (custom)
|
cmd + ctrl + opt + delete | ||
코드줄이동 : | command + shift + 상하 방향키 | command + shift + 상하 방향키 | |
포함하는괄호로이동 : | alt + command + [ or ] | CTRL + ] OR [ | |
— 유사 단축키 (가까운 괄호로 이동) : | ctrl + m | CTRL + SHIFT + M | |
확장하며 선택 : | option + 상 or 하 방향키 | ||
자동완성템플릿
: (sout = System.out.println) |
command + j | CTRL + J | |
code completion : | shift + command + space | ctrl + space | |
메소드 이동 : | ctrl + 위 아래 방향키 | alt + 위 아래 방향키 | |
파일찾기 : | command + shift + o | CTRL + SHIFT + N : 파일찾기 | CT + SH + R |
파일전환(탭전환) : | alt + [ or ] | alt + 좌우 방향키 | |
코드 포멧 정리 : | command + alt + L | ctrl + alt + l | shift + ctrl + f |
search everywhere : | shift 더블클릭 | ||
파일 이름 바꾸기 : | shift + f6 (shift + option_r + 6) | shift + f6 | |
run : | control + r | shift + f10 | |
run … : | option + control + r | ||
new line | shift + enter | ||
현재 문장 자동
완료 : (빈공간이 있을경우 빈공간으로 커서이동) |
shift + command + enter | Ctrl + Shift + Enter | |
현재 커서 이전 new line | command + alt + enter | ||
line end : | control + e | ||
line start : | control + a | ||
move code block : | option + control + [ or ] | ||
대소문자 변환 : | command + shift + u | control + shift + u | |
한줄 잘라내기 : | command + x (shift 로 미선택시) | shift + delete | |
한줄 복사 : | command + c (shift 미선택시) | ||
import : | ctrl + option + o | ctrl + alt + o | |
hide tool window : | shift + esc | ||
max tool window : | command + shift + ‘ | ||
tool resize : | command + shift + 방향키 | ||
tool tab 이동 : | option + [ or ] | ||
quick document : | f1 | Ctrl + Q : view javadoc at popup | f2 |
전체화면 : | command + shift + f12 | ctrl + shift + f12 | |
freemode : | command + option + ctrl + f (custom set) | ||
close : | command + w - 현재 소스닫기 | ||
close all : | command + shift + w | ||
단어선택 : | ctrl + g | ctrl + w | |
(누를때마다 같은 파일에 있는 같은 단어 선택됨) | |||
find next : | command + g | f3 | |
코드폴딩 : | command + (+) or (-) | ctrl + (+) or (-) | |
코드 전체 폴딩 : | command + shift + (+) or (-) | ctrl + shift + (+) or (-) | |
show context menu (마우스 우클릭 - custom key) | ctrl + c | ||
implement
method (상속 메소드 구현) |
ctrl + i | ctrl + i | |
파라미터 정보 : | command + p | ctrl + p | |
override method : | ctrl + o | CTRL + O : OVERRIDE | |
에러부분 찾기 Navigating to Next/Previous Error : | F2 (SHIFT+F2) | ||
quick-fixes : | option (alt) + Enter | CTRL + 1 | |
editor focus : | ESC | f12 | |
마지막에 열린창으로 돌아가기 : | f12 | ||
사용 가능한 메소드 자동 추가 getter, setter : | command + n ( 소스코드 상에서 ) | alt + insert | ALT+SHFIT+S, R |
파일안에서 찾기 (단어) : | command + f | CTRL + F | |
프로젝트안에서 찾기 (단어) : | command + shift + f | CTRL + SHIFT + F | |
클래스내 메소드 검색 (클래스 구조) : | command + f12 | CTRL + F12 | |
최근 수정한곳 찾기 : | command + [ or ] | CTRL + ALT + 좌 OR 우 (인텔 그래픽 카드 관련 서비스 중지 services.msc) |
|
마지막 수정한곳으로 : | command + shift + backspace | CTRL + SHIFT + BACKSPACE | |
코드(메소드등) 프로젝트내에서 시용하는곳 찾기
|
opt + f7 , (custom) opt+7
|
alt + f7 | |
코드(메소드등 )
프로젝트내에서 사용하는곳 찾기 - 레이어팝업 : |
opt + cmd + f7 , (custom) opt+cmd+7
|
alt + ctrl + f7 | |
코드(메소드등 ) 현재파일에서 사용하는곳 찾기 : |
cmd + f7 , (custom) ctrl+cmd+7
|
ctrl + f7 | |
코드(메소드등 ) 현재 파일에서 사용하는 곳 highlighting : |
shift + cmd + f7 , (custom) shift+cmd+7
|
shift + ctrl + f7 | |
코드(메소드등 ) 사용하는곳
찾기 (scope 사용자설정) : |
shift + opt + cmd + f7 , (custom) shift+opt+cmd+7
|
shift + alt + ctrl + f7 |
2016년 6월 21일 화요일
intellij 단축키
피드 구독하기:
글 (Atom)
Intelij 설정 및 plugin
1. preferences... (settings...) Appearance & Behavior > Appearance - Window Options ✓ Show memory indicator Editor &...
-
intellij 또는 eclipse 로 개발하다가 소스화면을 분할해서 봐야 할 경우가 생길때 해당 소스의 상단 탭에서 마우스 우클릭하면 탭 분할과 관련된 기능을 선택할 수 있다. 또는 아래와...
-
외부망 접속시 proxy 를 꼭 거쳐야 하는 환경에서 개발을 할때 browser 에서 접속이 되는 사이트는 다른 프로그램 (예: ide, maven) 에서도 접속이 가능하다. browser 가 단지 네트워크 연결을 proxy 서버 를 사용하는 것 ...
-
일반 배열 키보드나 맥북이 아닌 대다수의 노트북 키에는 있는 Context Menu Key(보통 우측 alt 키 또는 우측 윈도우키 오른쪽에 위치) 가 있고 이 키는 마우스 우클릭 했을때의 기능을 한다. 이미지 출처 : http://scls.t...