728x90

Surround with | Ctrl + Alt + T | ![]() |
코드 끝 ; 처리 | Ctrl + shift + Enter | |
코드 재정렬 | ![]() |
|
취소 복구 |
Ctrl + Z Ctrl + Shift + Z |
|
탭끼리 이동 | Alt + ← → | cnl![]() |
수정이력 확인 | ctrl + shift + E | ![]() |
프로젝트창 포커스 | Alt + 1 | ![]() |
프로젝트창 미리보기 | Space | ![]() |
에디터 창이동 | Ctrl + tab | ![]() |
새파일 생성 | ctrl + alt + insert | ![]() |
선택영역 확장 축소 | ctrl + w ctrl + shift + w |
![]() |
주석처리 블록주석 |
ctrl + / shift + ctrl + / |
![]() |
자동인덴트 | ctrl + alt + I | ![]() |
사용처 찾기 빠른찾기 |
alt + F7 Ctrl + B |
![]() |
파일검색 찾은결과 이동 |
ctrl + F F3 , shift + F3 |
![]() |
경로내 검색 | ![]() |
|
다중선택 | Ctrl + F > Alt + Enter Alt + shift + insert > shift + ↑↓ |
![]() ![]() |
전체검색 | shift 2번 | ![]() |
최근파일열기 | ctrl + E | ![]() |
public static void main~~ system.out.println(); system.out.println("ex = " + ex ); |
psvm sout soutv |
![]() |
퀵픽스 | alt+ enter | ![]() |
코드 이슈 별로 이동 | F2 , shift + F2 | ![]() |
import 최적화 | ctrl + alt + o | ![]() |
코드생성 | alt + Insert | ![]() |
터미널창 | Alt + F12 | ![]() |
구문완성 | shift + ctrl + enter | ![]() |
대체하기 | ctrl + R ctrl + shift + R |
![]() |
실행 | ctrl + shift + F10 shift + F10 |
![]() |
종료 | ctrl + F2 | ![]() |
라인 복사 라인 삭제 |
ctrl + D ctrl + y |
![]() |
별도의 메서드로 뽑아내기 | ![]() |
|
퀵 Document | ctrl + Q | ![]() |
파라미터 정보 | ctrl + P | ![]() |
퀵 Definition | ctrl + shift + I | ![]() |
Doc | ![]() |
|
Show Context Action | alt + enter | ![]() |
테스트 코드 이동 | ctrl + shift + T | ![]() |
@WebMvcTest class HelloWorldControllerTest { @Autowired private MockMvc mocMvc; @Test void helloWorld() throws Exception{ mocMvc.perform(MockMvcRequestBuilders.get("/hello-world")) .andDo(print()) .andExpect(status().isOk()) .andExpect(content().string("hello-world")); } } |
||
리펙토링 | F6 shift + F6 |
![]() ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
728x90