What are some good plugins for developing Java in VIM?

前端 未结 8 1875
无人及你
无人及你 2021-01-30 14:32

I love vim, but not having things like IntelliSense/Code completion from Eclipse makes it pretty difficult. I know, I know, I should be able to look at method signatures and jav

8条回答
  •  灰色年华
    2021-01-30 15:13

    I tried eclim for a while. It was pretty good, basically it uses eclipse in the background as a kind of engine and provides a plugin to let you use all of eclipses goodness through vim.

    http://eclim.org/

提交回复
热议问题