파이썬(python)
Pycharm 명령어
BigBee
2021. 10. 8. 09:49
Ctrl+w / Ctrl+Shift+w
Ctrl+F12
F4
Alt? + click
Ctrl+N
Ctrl+Alt+Shift+C
Alt+HOME: 네비게이션 바와 경로
Ctrl+Shift+I : Quick Definition Viewer
Ctrl+Space: type any characters that exist anywhere in an identifier.
Ctrl+Alt+S
Ctrl+ALT+T: : The list of available options or wrappers is context-sensitive and depends on the language.
Ctrl+Shift+N:
Shift+Alt+mousedrag: To select a rectangular piece of code.
Ctrl+Shift+E : to get a list of recently viewed or changed code fragments
Ctrl+Shift+A: quickly find a menu command
Ctrl+P: to bring up a list of valid parameters
Ctrl+Q, Ctrl+Alt+S
Ctrl+Shift+A, Shift+Alt
Ctrl+D
ALT + F1
# 주석
Ctrl + / : //... 단일라인 코멘트
Ctrl + Shift + / : 블록단위 코멘트(/*...*/)
Scope-Based => TODO