ESS 和 R 的 Emacs 自动完成模式扩展

发布于 2024-10-12 00:58:30 字数 191 浏览 9 评论 0原文

Emacs 是否有 R 扩展 autocomplete-mode 可以与 ESS

如果扩展不存在,我也希望任何有关编写扩展的提示!

Is there an R-extension to Emacs autocomplete-mode that can be used with ESS?

If the extension doesn't exist I'd also appreciate any hints for writing one!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

软的没边 2024-10-19 00:58:30

这里有一个 R 的交流源。我记得我曾为此苦苦挣扎,最后自己写了一个,当时速度要快得多,但有问题,因为我没能让前缀正则表达式正常工作。

编辑:最新的 ESS(当前只有 svn)具有开箱即用的自动完成集成功能。我已将说明添加到 wiki

在此处输入图像描述

There is an ac-source for R here. I recall struggling with it and finally wrote my own which at that time was much faster, but buggy since I didn't manage to make prefix regexp work properly.

EDIT: the newest ESS (only svn currently) has out-of-the-box integration with auto-complete. I have added the instructions to the wiki.

enter image description here

万劫不复 2024-10-19 00:58:30

自动完成-acr是自动完成源。

它比 ac-R 更有用。

添加到下面的 .emacs 中。

(require ‘auto-complete)
(require ‘auto-complete-acr)

auto-complete-acr is auto-complete sources.

it is more useful than ac-R.

add to .emacs below.

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