ESS 和 R 的 Emacs 自动完成模式扩展
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里有一个 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.
自动完成-acr是自动完成源。
它比 ac-R 更有用。
添加到下面的 .emacs 中。
auto-complete-acr is auto-complete sources.
it is more useful than ac-R.
add to .emacs below.