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: 321
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