PyCharm 快捷鍵備份

2022-03-20 19:01:42 字數 1127 閱讀 6161

**編輯快捷鍵 自己方便檢視

序號 快捷鍵 作用

1 ctrl + alt + space 快速匯入任意類

2 ctrl + shift + enter **補全

3 shift + f1 檢視外部文件

4 ctrl + q 快速查詢文件

5 ctrl + p 引數資訊(在方法中呼叫的引數)

6 ctrl + mouse over code 基本資訊

7 ctrl + f1 顯示錯誤或警告的描述

8 ctrl + insert 生成**

9 ctrl + o 過載方法

10 ctrl + alt + t 包裹**

11 ctrl + / 單行注釋

12 ctrl + shift + / 塊注釋

13 ctrl + w 逐步選擇**(塊)

14 ctrl + shift + w 逐步取消選擇**(塊)

15 ctrl + shift + [ 從當前位置選擇到**塊的開始

16 ctrl + shift + ] 從當前位置選擇到**塊的結束

17 alt + enter **快速修正

18 ctrl + alt + l **格式標準化

19 ctrl + alt + o 最佳化匯入

20 ctrl + alt + i 自動縮排

21 tab **向後縮排

23 shift + tab **向前取消縮排

24 ctrl + shift + v 歷史複製貼上表

25 ctrl + d 複製當前**行/塊

26 ctrl + y 刪除當前**行/塊

27 ctrl + shift + j **連線為一行

28 shift + enter 開啟新一行

28 ctrl + shift + u 字母大寫

29 ctrl +delete 向後逐漸刪除

30 ctrl + backspace 向前逐漸刪除

31 ctrl + numpad+/- **塊展開/摺疊

32 ctrl + shift + numpad+ 所有**塊展開疊

33 ctrl + shift + numpad- 所有**塊摺疊

34 ctrl + f4 關閉活動編輯視窗

PYCHARM 快捷鍵整理

粗略一記,諸位且將就看哈。後續維護整理pycharm各常用快捷鍵。感謝大佬補充 麼麼噠 ctrl f 本檔案內文字查詢 ctrl shift f 全檔案文字查詢 ctrl r 本檔案內文字替換 ctrl shift r 全檔案文字替換 ctrl shift n 查詢檔案名 alt 7 列出檔案內的函...

PyCharm快捷鍵大全

ctrl space 基本的 完成 類 方法 屬性 ctrl alt space 快速匯入任意類 ctrl shift enter 語句完成 ctrl p 引數資訊 在方法中呼叫引數 ctrl q 快速檢視文件 f1 web幫助文件主頁 shift f1 選中物件的web幫助文件 ctrl 懸浮 單...

PyCharm快捷鍵大全

ctrl space 基本的 完成 類 方法 屬性 ctrl alt space 快速匯入任意類 ctrl shift enter 語句完成 ctrl p 引數資訊 在方法中呼叫引數 ctrl q 快速檢視文件 f1 web幫助文件主頁 shift f1 選中物件的web幫助文件 ctrl 懸浮 單...