728x90

 

 영어

한글 

단축키 

 실행

 Run

 실행

 shift + F10

 Debug

 디버그 

 shift + F9

 편집

 Delete line at caret

 한줄 삭제

 ctrl + y 

 

 한줄 이동

 alt + shift + 방향키
 Duplicate current line or selected block

 한줄 복사 

 ctrl + d
  작성 취소

 ctrl + z

 

 작성 취소 재실행

 ctrl + shift + z

 Generate code..

 생성자&getter&setter

 alt + insert
 Toggle case for word at caret or selected block

 대소문자 변환

 ctrl + shift + u

 찾기

 Find 페이지 내에서 찾기 ctrl + f
 Find in path

 전체에서 찾기

 ctrl + shift + f
 Find next

 페이지 내 같은 문자 찾기

 F3
 To quickly open any file.

 파일이름으로 열기

 ctrl + shift + n
 View recent files

 최근 열었던 페이지

 ctrl + e

 Edit source

 매서드 소스 보기

 F4

 Call hierarchy 사용되는 곳 찾기

 ctrl + alt + h

 주석

  여러줄 주석

 ctrl + shift +c

 

 한줄 주석

 ctrl + c

  java doc alt + enter
 기타 

 public static void main

 psvm 
  System.out.println sout
 

 전체 임포트

setting > editor > general > auto import - add~~, option ~~ 체크



플러그인 추천 :  백기선님 설명보기>> 

셋팅 > 플러그인스 에서 설치 

key Promoter X  : 단축키 알려주는 프로그램 

- 몇 번 클릭해야 보여줄거냐. 
- 단축키 없는 경우 숏컷 만들라고 제안 할 것인지. 

Presentation Assistant : 영상 촬영시 유용 사용단축키 보여줌. 


톰캣 환경 설정

Add Configuration > Templates > Tomcat Server - Local [configure] 버튼  위치 등록 


단축키 사이트

>>https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf

https://www.catalysts.cc/wissenswertes/intellij-idea-and-eclipse-shortcuts/

https://confluence.jetbrains.com/pages/viewpage.action?pageId=51939004


전체 임포트 :: https://www.mkyong.com/intellij/eclipse-ctrl-shift-o-in-intellij-idea/   : setting > editor > general > auto import > add unambiguous imports~~ 체크, Optimizs import on the ~~ 체크

https://confluence.jetbrains.com/pages/viewpage.action?pageId=51939004

+ Recent posts