如何在Emacs.I中列出python文档。我列出了两种方法。
1,使用man
命令?但我不知道在哪里下载man
文件。
2,有些人建议我在Emacs中使用破折号。破折号。我在Emacs中找不到破折号模式。
答案 0 :(得分:1)
Elpy和Anaconda-mode都有查找Python文档的方法:
在Elpy:https://elpy.readthedocs.io/en/latest/ide.html#command-elpy-doc
在Anaconda模式中:https://github.com/proofit404/anaconda-mode#eldoc
我过去曾使用过这两种软件包,两者都很棒!