PyCharmforMac快捷鍵小記

ihtcboy發表於2018-08-25

1、前言

總結一下自己平時常用的PyCharm for Mac快捷鍵,因為網上經常找到的都是Windows版本,所以當是備忘也好,後續會不定期更新。

2、PyCharm for Mac 快捷鍵

快捷鍵 說明
cmd + b 跳轉到宣告處(cmd加滑鼠)
cmd + d 在下一行復制本行的內容
cmd [] 游標之前/後的位置
cmd + opt + [] 函式和方法前後的位置
cmd + backspace 刪除當前行
cmd + c 複製游標當前行,剪下同理
cmd + f 當前檔案搜尋(回車下一個 shift回車上一個)
cmd + r 當前檔案替換
cmd + shift + f 全域性搜尋
cmd + shift + r 全域性替換
cmd + shift + a 搜尋動作
cmd + o 搜尋class
cmd + opt + o 搜尋符號(函式等)
cmd + shift + o 搜尋檔案
shift + shift 任意搜尋功能
cmd + l 指定行數跳轉
shift + enter 在行中的時候直接到下一行(新建)
cmd + 展開當前
cmd – 摺疊當前
cmd shift + 展開所有
cmd shift – 摺疊所有
cmd / 註釋/取消註釋一行
cmd + opt + / 批量註釋(pycharm不生效)
ctr + tab 史上最NB的導航視窗(工程檔案列表、檔案結構列表、命令列模式、程式碼檢查、VCS等,下面兩個是可以被替換的)
alt + F12 開啟命令列欄
cmd + F12 顯示檔案結構
cmd + j 程式碼智慧補全
alt + F1 定位編輯檔案所在位置:
cmd + F6 更改變數
cmd + opt + t 指定程式碼被註釋語句或者邏輯結構、函式包圍
Tab / Shift + Tab 縮排、不縮排當前行
cmd + opt + l 程式碼塊對齊
opt + F7 find usage

參考

下面是PyCharm教程、Flask、Django框架學習的一些連結!大家有空可以看看~

  • PyCharm

PyCharm 收藏多年快捷鍵分享~ – Henry Z`s blog~ https://changchen.me/blog/20170607/pycharm-shortcut/
pycharm 使用教程 https://www.jianshu.com/p/2bfc19e1381c
PyCharm IDE 連結sqlite、建表、新增、查詢資料 – CSDN部落格 https://blog.csdn.net/qq_36482772/article/details/53458400
Pycharm快捷鍵整理(Mac) – 簡書 https://www.jianshu.com/p/be0bdc02f7da
你有哪些想要分享的 PyCharm 使用技巧? – 知乎https://www.zhihu.com/question/37787004/answer/186042335
PyCharm速覽 http://www.liujiangblog.com/blog/28/
邁出Pycharm第一步-劉江的部落格 http://www.liujiangblog.com/blog/29/

  • Flask框架

快速入門 — Flask 0.10.1 文件 http://docs.jinkan.org/docs/flask/quickstart.html#quickstart
Flask 入門指南 https://blog.igevin.info/posts/flask-startup-guideline/
利用pycharm學習flask教程 https://www.jianshu.com/p/a7d988fb807f
python flask搭建web應用 – CSDN部落格 https://blog.csdn.net/u012734441/article/details/62036503
《Flask Web開發——基於Python的Web應用開發實踐》一字一句上機實踐(上) – 舞動的心 – 部落格園 http://www.cnblogs.com/liuzhen1995/p/8001040.html
Flask Web開發學習筆記(一)~(6) https://www.jianshu.com/p/303057e51417
Flask 的部署 https://windard.com/project/2016/12/01/Deploy-Flask-APP
如果你也想寫Flask| 程式設計派 | Coding Python http://codingpy.com/article/if-you-also-want-to-write-flask/
Introduction | Flask之旅 https://spacewander.github.io/explore-flask-zh/index.html

  • Django框架

介紹 | Django Book 2.0 中文版 https://wizardforcel.gitbooks.io/django-book-20-zh-cn/content/index.html
從Python到Django入門教程 https://borisliu.gitbooks.io/from-python-to-django/content/introduction/preface.html
Django新手圖文入門教程 http://www.liujiangblog.com/blog/3/

  • 如有疑問,歡迎在評論區一起討論!
  • 如有不正確的地方,歡迎指導!

注:本文首發於 iHTCboy`s blog,如若轉載,請注來源


相關文章