Intelli J 썸네일형 리스트형 #8 day7복습, 팀별 과제 수행, Intelli J 설치 및 이클립스 적용 [0] Intelli J 단축키 //main 메소드 // > main + enter public static void main(String[] args) {}; // > Sout + enter //System.out.println(); //한 줄 복사 //> Ctrl + D //한 줄 제거 //> Ctrl + Y //{} 내부 자료 숨기기 //> Ctrl + . //저장 //> Ctrl + S //주석 //> Ctrl + / //실행 //> Shift + F10 soutv : 작성시, print 객체 나옴 Command + Option(alt) + V : 변수 추출 Command + Option(alt) + m : 메소드 추출 F6 : 클래스 추출 (클래스 이름 드래그 후 f6 ➡️ 상위 클래스 추출 혹.. 더보기 이전 1 다음