Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jruby emacs integration

Is it possible to integrate the Java autocompletion for the classes I import via java_import? Methods defined in Ruby would be nice too, but this would be more of a candy.

like image 290
Reactormonk Avatar asked Dec 05 '11 10:12

Reactormonk


1 Answers

I could be off here, but:

Doesn't RSense achieve what you need? It is supposed to detect new definitions after a "require" method

https://github.com/rsense/rsense

like image 199
Astyanax Avatar answered Oct 06 '22 21:10

Astyanax