Vim as Visual Studio IDE

后端 未结 6 1994
礼貌的吻别
礼貌的吻别 2020-12-24 14:59

I have spent lot of time doing research on VIM. I am Windows guy since last 6 yrs and was using VS. Now started working on Linux. I want to make VIM as close as possible to

6条回答
  •  抹茶落季
    2020-12-24 15:59

    If you really want to have vim as the front end, try Eclim. It uses Eclipse as a backend daemon for code completion and project management, and vim as the interface.

    If you only like vim because of the vi key bindings, but want it to be more IDE like, you could try the latest MonoDevelop that has it built in.

提交回复
热议问题