PyCharm 基本操作與快捷鍵

PyCharm 基本操作與快捷鍵

1. 註釋或取消註釋
選中 python 代碼
Ctrl + /: 註釋或取消註釋
Ctrl + Slash: Comment with Line Comment

2. 縮進 / 反方向縮進
選中 python 代碼
Tab / Shift + Tab: 縮進 / 反方向縮進

3. 運行到光標處
Alt + F9: Run to Cursor

4. 單步執行
F8: Step Over

5. Step Into
F7: Step Into

6. Stop
Ctrl + F2: Stop

7. Declaration
right click -> Go To -> Declaration
Ctrl + B: Declaration

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章