pycharm快捷鍵及一些常用設置,有需要的朋友可以參考下。
Ctrl + Shift + NumPad- 收縮所有的代碼塊
在PyCharm /opt/pycharm-3.4.1/help目錄下可以找到ReferenceCard.pdf快捷鍵英文版說明
PyCharm3.0默認快捷鍵(翻譯的)
一些常用設置:
1. pycharm默認是自動保存的,習慣自己按ctrl + s 的可以進行如下設置: 1. file -> Setting -> General -> Synchronization -> Save files on frame deactivation 和 Save files automatically if application is idle for .. sec 的勾去掉 2. file ->Setting -> Editor -> Editor Tabs -> Mark modified tabs with asterisk 打上勾 2. Alt + Enter: 自動添加包
3. 對於常用的快捷鍵,可以設置為visual studio(eclipse...)一樣的: file -> Setting -> Keymap -> Keymaps -> vuisual studio -> Apply
4. Pycharm中默認是不能用Ctrl+滾輪改變字體大小的,可以在file -> Setting ->Editor-〉Mouse中設置
5. 要設置Pycharm的字體,要先在file -> Setting ->Editor-〉Editor中選擇一種風格並保存,然后才可以改變
6. 在setting中搜索theme可以改變主題,所有配色統一改變