Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any way to provide Eclipse auto error-discovery feature in Vim/Emacs?

I know that Vim/Emacs offers some enticing mouse-free capabilities for typing out programs. I have tried both and I love these facilities. But when coding Java, especially when using the libraries extensively, the auto-complete and error-highlighting features of Eclipse are too useful to be set aside. Is there a way to combine the best of both worlds?

like image 808
Arjun J Rao Avatar asked Feb 26 '23 07:02

Arjun J Rao


2 Answers

maybe something like this: Eclim ?

like image 196
Peyman Avatar answered Apr 28 '23 08:04

Peyman


Vim JDE (script) does this for vi, Eclim tries to make vi do everything Eclipse does in that sense, but also requires you to run Eclipse in headless mode while you're using vi.

For Emacs, you can try JDEE.

Good luck!

like image 39
dave Avatar answered Apr 28 '23 06:04

dave