Rope / Ropemacs - 自动导入功能

发布于 2024-10-09 03:22:16 字数 293 浏览 3 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

童话里做英雄 2024-10-16 03:22:16

我错过了相同的功能,但不幸的是,无法告诉 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文