Development Artist

[IntelliJ IDEA, Mac] Spring Boot 프로젝트 단축키 본문

Research/General

[IntelliJ IDEA, Mac] Spring Boot 프로젝트 단축키

JMcunst 2023. 8. 21. 17:54
728x90
반응형

도입

Intellij IDEA를 통해 Spring Boot 프로젝트를 진행하면서 사용했던 단축키들을 기록하고자 한다.

지금 글에서는 모든 단축키들을 나열하지 않는 점 참고 바랍니다.

 

단축키/Shortcut

  • Control + R : Stop and Rerun / '[selected file]' is not allowed to run in parallel. Would you like to stop the running one?
  • Control + O : Select Methods to Override/Implement 
  • Control + H : Hierachy 
  • Control + T : Refactor This
  • Shift + fn + F6 : Rename
  • Shift + Shift : Search
  • Command + N : Generate ( ex. Getter&Setter )
728x90
반응형
Comments