What are some good plugins for developing Java in VIM?

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

    This will be an uphill battle. There is so much knowledge about your program built into Eclipse, that I expect you will eventually have to reimplement it all to be happy.

    Any particular reason you cannot just decide you like the built-in editor in Eclipse?

提交回复
热议问题