Pycharm(Intellij) & mac 편리한 단축키 정리

이영락·2024년 11월 9일

개발자 기본기

목록 보기
52/53

pycharm & IntelliJ단축키 정리

  • ⌘(command) + ⇧(shift) + H : 프로젝트 전체 대상으로 검색 (Search across the entire project)
  • ⌘(command) + ⇧(shift) + F : 전체 파일 검색 (Search entire files)
  • ⌘(command) + B : 함수가 정의된 곳으로 이동 (Go to the definition of a function)

  • ⌘(command) + delete : 줄 전체 삭제 (Delete an entire line)
  • ⌘(command) + d : 위에 줄 복사 (Copy the line above)

  • ⌘(command) + ⌥(option) + L : 라인 정리 (Reformat the lines)
  • ⇧(shift) + F6 : 변수명 한번에 변경 (Rename variables all at once)
  • ⌘(command) + / : 드래그한 부분 전체 주석 처리 (Comment out selected block of code)

  • ⌘(command) + ⇧(shift) + T : Test 파일 바로 생성 (Quickly generate a test file, only works in class files)
  • ⌘(command) + N : 새로운 파일 혹은 디렉토리 생성 (Create a new file or directory)
  • ⌃(control) + T : extract Method (Refactor by extracting a method)
  • ⌥(option) + Enter : 오류 수정 (Quick Fix for errors)
  • ⌘(command) + ⇧(shift) + Enter : IntelliJ 자동완성 (IntelliJ auto-completion)
  • ⌘(command) + space : 추천 자동완성(회색으로 뜨는거) (Auto-completion)

mac 단축어

  • ⌘(command) + ⇧(shift) + 4 : 캡쳐 (Take a screenshot)
  • ⌥(option) + ⌘(command) + I : 개발자 도구 (Open developer tools)
  • ⌘(command) + ⇧(shift) + . : 숨겨진 파일 보기 (View hidden files)
profile
AI Engineer / 의료인공지능

0개의 댓글