Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make emacs autocomplete Ruby methods

Tags:

emacs

ruby

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.

like image 759
Mad Wombat Avatar asked Dec 28 '22 19:12

Mad Wombat


1 Answers

I think you need something like RSense. You might also like the more general auto complete mode.

like image 68
Bozhidar Batsov Avatar answered Dec 31 '22 07:12

Bozhidar Batsov