[pycharm] 환경설정, Visual Studio 처럼 사용하기

spring·2020년 11월 9일
0

나이가 들어서 그런지 툴에 적응이 잘 안된다. IntelliJ의 CLion의 경우 keymap이 Visual Studio가 있어서 쉽게 적응이 되었는데 pycharm의 경우 해당 keymap이 없어서 매번 단축키를 까먹곤 했었다.

아래 설정으로 Visual Studio와 똑같은 환경을 구성할 수 있다.

참고로 Jetbrain 계정으로 로그인하여 동기화도 할 수 있다.

Ctrl+Wheel로 Zoom

Editor▶General▶Change font size (Zoom) with Ctrl+Mouse Wheel 체크

불필요한 자동완성 제거

Editor▶General▶Smart Keys▶Insert pair quote 체크 해제

단축키 설정

Keymap▶Main menu▶View▶Parameter Info 〓 Ctrl + Shift + Space
Keymap▶Main menu▶Code▶Folding▶Comment with Line Comment = Ctrl + K, C | Ctrl + K, U
Keymap▶Main menu▶Code▶Folding▶Reformat Code = Ctrl+Shift+S | Ctrl+K, F
Keymap▶Main menu▶Run▶Run = Ctrl+F5
Keymap▶Main menu▶Run▶Debug = F5
Keymap▶Main menu▶Run▶Stop = Shift+F5
Keymap▶Main menu▶Run▶Step Over = F10
Keymap▶Main menu▶Run▶Smart Step Into = F11
Keymap▶Main menu▶Run▶Toggle Line Breakpoint = F9
Keymap▶Main menu▶Window▶Editor Tabls▶Clos = Ctrl+W
Keymap▶Main menu▶Code▶Folding▶Expand All = Ctrl+M + Ctrl+M
Keymap▶Main menu▶Code▶Folding▶Collapse All = Ctrl+M + M

함수 구분선 삽입

Editor▶General▶Appearance▶Show method separators 체크

메소드 자동완성 수정

Editor▶General▶Code Completion▶Match case▶All letters 체크

Undo 개수 조정

IDE메뉴 -> Help에서 Find Action에서 Registry검색해서 아래의 사진 처럼 설정


profile
Researcher & Developer @ NAVER Corp | Designer @ HONGIK Univ.

0개의 댓글