빅데이터 관련 프로그래밍/단축키
[Pycharm] 단축키 설정 및 한 줄 실행
조재성 원장
2018. 12. 30. 03:08
단축키 설정 방법
File > Setting > Keymap > 검색
단축키 목록
- 파일 생성 : alt + insert
- 한 줄 실행 : alt + shift +e / my) ctrl + enter
- html미리보기창 : alt + F2
- 변수명 바꾸기(다같이) : shift + F6
- ctrl + alt + s : 환경설정
- keymap > show in explorer : alt + down wheel 로 최초설정
- shift + f10 : 실행
- `ctrl+shit+T` : for, if 문등으로 감싸기 선택
- ctrl +shit+/ : 블록단위주석(html주석시 편함)