Python
파이참 단축키 요약정리
자벌레
2018. 6. 28. 11:03
http://www.jetbrains.com/pycharm/docs/PyCharm_ReferenceCard.pdf
pycharm 기본 키
ctrl + shift + a – 단축키 확인
실행 관련
실행 : shift + F10 // 설정필요시 +alt
디버깅 : shift + F9 //설정필요시 + alt
manage.py 실행 : ctrl + alt +r
디버깅관련
F7 디버깅 포인트 안으로 진입
F8 디버깅 포인트 건너뛱
shift + F8 디버깅 빠져나오기
alt + F9 커서 실행
import 문 정리 ctrl + alt + o
자동 코드 정렬 ctrl +alt + i