spyder替換 Spyder 快捷鍵大全

2021-10-13 02:51:37 字數 820 閱讀 3792

主要介紹了spyder常見的快捷鍵,從spyder的配置表中匯出,中文名稱為直譯。

常用快捷鍵

快捷鍵    中文名稱

ctrl+r    替換文字

ctrl+1    單行注釋,單次注釋,雙次取消注釋

ctrl+4    塊注釋,單次注釋,雙次取消注釋

f5    執行程式

ctrl+p    檔案切換

ctrl+l    清除shell

ctrl+i    檢視某個函式的幫助文件

ctrl+shift+v    調出變數視窗

ctrl+up    回到文件開頭

ctrl+down    回到文件末尾

全部快捷鍵

context    name    shortcut    中文名稱

-    close page    ctrl+shift +f4    關閉頁面

-    configure    ctrl+f6    配置

-    debug continue    ctrl+f12    繼續除錯

-    debug exit    ctrl+shift+f12    除錯退出

-    debug step into    ctrl+f11    除錯進入函式

-    debug step over    ctrl+f10    除錯跳出函式

-    debug step return    ctrl+shift+f11    除錯返回

-    debug    ctrl+f5    除錯

-    file switche    ctrl+p    檔案切換<

spyder漢化問題

首先感謝李增海大神,以下內容 於 必備條件 1 已安裝spyder 2 spyder版本在3.x以上 spyder安裝 1 anaconda下,conda install spyder 2 python官網版本下,pip install spyder spyder公升級 1 anaconda下,co...

Spyder自動補全

1 修改anaconda3 lib python3.6 site packages spyder utils introspection module completion.py 第279行,最後增加乙個 tensorflow 只要把常用的模組加到這裡,在程式設計的時候就會自動出現函式提示。重啟sp...

spyder漢化方法

spyder漢化方法 2 spyder的版本至少在3.x以上。檢視方法 開啟spyder help about spyder 3 盡量公升級spyder到最新版本。方法 前提是你在anaconda環境下 cmd conda update spyder 若不是最新版本,在控制台 cmd 會問你 y o...