Make emacs autocomplete Ruby methods

Posted by Mad Wombat on Stack Overflow See other posts from Stack Overflow or by Mad Wombat
Published on 2010-04-17T02:40:04Z Indexed on 2010/04/17 2:43 UTC
Read the original article Hit count: 296

Filed under:
|

Is there a way to make emacs pull autocompletions of ruby methods the way Eclipse and NetBeans do? That is if I type File. and press CTRL-space in Eclipse I will get a list of File methods. Same with variables. I have installed autocomplete plugin, ruby-mode, rinari and cedet, but so far it will complete local variable and method names, but will not native ones.

© Stack Overflow or respective owner

Related posts about emacs

Related posts about ruby