Monday, December 03, 2007

emacs plugins

rcodetools

rcodetools is a collection of Ruby code manipulation tools for automagic Test::Unit(RSpec) assertion generation, code annotation, 100% accurate code completion, code & doc browsing, obtaining precise method info, meta-prog. aware, etc.
rcodetools will work better if you use it along with FastRI, an alternative to
the standard 'ri' documentation browser which features intelligent searching,
better RubyGems integration, vastly improved performance, remote queries via
DRb... You can find it at http://eigenclass.org/hiki.rb?fastri and it is also
available in RubyGems format:

   gem install fastri

Read README.emacs and README.vim for information on how to integrate
rcodetools in your editor.
sudo gem install rcodetools
gem install fastri
ln -s $PATH/rcodetools.el ~/emacs.d/libs
添加设定:
(require 'rcodetools)

参考:

No comments:

Post a Comment