What are some good plugins for developing Java in VIM?

前端 未结 8 1779
无人及你
无人及你 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

    Check out the JDE plugin for Vim. It provides Java omni-completion and a documentation viewer (among other things).

提交回复
热议问题