我正在查看一個我不熟悉的內置包:(csv我通常使用 或pandas.read_csv)numpy.gettext。是否有快速文檔功能來pycharm顯示sphinx模塊的官方文檔?我嘗試打開csv內置源并右鍵單擊并看到這個documentation那里似乎沒有任何相關鏈接。
1 回答

一只名叫tom的貓
TA貢獻1906條經驗 獲得超3個贊
快速文檔
documentation
我嘗試在 中進行一般搜索Pycharm
Search for any
。最相關的(前兩個)點擊
轉到Show Documentation
主頁python docs
- 這不是正在尋找的上下文相關信息。
-Quick Documentation
要么CTL-J
CTL View|Quick Documenation - *is* what I was seeking. The most effective method is to select the module name in the header and then hit
-J . In the
csv module I selected
csv`:
彈出窗口顯示:請注意底部的csv.org 上特定模塊的鏈接:
單擊該鏈接會將我們帶到我們想去的地方:
添加回答
舉報
0/150
提交
取消