What are some good plugins for developing Java in VIM?

前端 未结 8 1792
无人及你
无人及你 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 14:49

    I use Eclipse + Vrapper. Enables the vi dual mode editing we all know and love.

    Completely free and lightweight. The goal is to have the comfort and ease which comes with the different modes, complex commands and count/operator/motion combinations which are the key features behind editing with Vim, while preserving the powerful features of the different Eclipse text editors, like code generation and refactoring.

    While eclim is another alternative, I feel eclim takes over Eclipse and vrapper doesn't.

提交回复
热议问题