Rope / Ropemacs - 自动导入功能
我正在使用 Rope 和 Ropemacs 将我的 emacs 转变为 Python 的 IDE。我对rope-auto-import
功能有疑问。我在文档中读到,我必须添加要自动导入的模块,如下所示:
(setq ropemacs-autoimport-modules '("os" "shutil"))
但我想自动导入计算机上安装的所有模块。我该如何指定这一点?
I'm using Rope and Ropemacs to transform my emacs as a IDE for Python. I have a problem with the rope-auto-import
feature. I read in the doc that I must add modules that I want to autoimport like this:
(setq ropemacs-autoimport-modules '("os" "shutil"))
But I want to autoimport all modules installed on my computer. How can I specify this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我错过了相同的功能,但不幸的是,无法告诉 rod/ropemacs 为所有模块启用自动导入。您必须手动将模块添加到
ropemacs-autoimport-modules
变量中。查看该线程的最后一条消息:
http://groups.google.com/group/rope-dev/browse_thread /线程/6d4778e7bedc096d
I miss the same feature but unfortunately it is not possible to tell rope/ropemacs to enable autoimport for all modules. You have to manually add the modules to the
ropemacs-autoimport-modules
variable.See the last messages of this thread:
http://groups.google.com/group/rope-dev/browse_thread/thread/6d4778e7bedc096d