一个动态执行 Ruby 代码的插件。
这是简介:
= Overview rcodetools is a collection of Ruby code manipulation tools. It includes xmpfilter and editor-independent Ruby development helper tools, as well as emacs and vim interfaces.
我感兴趣的是类似于静态语言 ide 的 IntelliSense 功能"
rct-complete in `rcodetools' package does editor-independent accurate completion. Instead of analyzing Ruby code, rct-complete actually executes the code to get candidates.
安装超级简单: ruby setup.rb 即可. 剩下的事情,加载 rcodetools.el 或 rcodetools.vim.
详细的帮助看: README.emacs and README.vim describe how to use rcodetools from your editor.