intellij : new file, run, live template(code template)
2019-01-07
인텔리제이의 기능 공부
1. 새로 만들기
마우스 우클릭 > New command + n (새로 만들기)
2. 실행환경 (Run)
control + R (이전 실행)
control + shift + R (현재 포커스 실행)
우측의 Edit Configurations 에서 기존에 실행한 목록 제공
3. Live Template (=Code Template)
자주 쓰는 것을 단축어로 빠르게 완성
예시) psvm => public static void main
예시) sout => System.out.println()
이클립스에서는 각각을 main, syso 라는 단축어를 쓴다.
intellij : keymap, Find Action, Plugins, Presentation Assistant
intellij : editor actions - 라인 편집