Jruby emacs integration

Is it possible to integrate Java autocomplete for the classes I import through java_import ? The methods defined in Ruby would also be nice, but that would be more candy.

+6
source share
1 answer

I could be here, but:

Doesn't RSense Reach What You Need? It must discover new definitions after the β€œrequire” method.

https://github.com/rsense/rsense

+2
source

Source: https://habr.com/ru/post/903088/


All Articles