카테고리 없음

Cursor/intelliJ 자주 쓰는 단축키 정리

Joonfluence 2025. 4. 8.

IntelliJ

  • multi selection - control + G
  • auto import - option + Enter
  • 파일/폴더 생성 - control + Enter
  • 에러 자동해결 - shift + command + Enter
  • 서비스 테스트 생성 - cmd + shift + T
  • Extract Method - cmd + option + M
  • Extract Variable - option + cmd + v
  • 열려 있는 파일 선택 - 
  • Run - control + shift + R

Cmd + Option + L

  • 코드 리팩터링 : it automatically reformats the selected code or entire file according to the project's code style settings (indentation, spacing, line breaks, etc.)

 

Visual Studio Code (Cursor)

 

  • Quick Fix - cmd + . 
    • Brings up available actions on the line

menu: Code → Preferences → Keyboard Shortcuts

 

반응형

댓글