开发者

What are some good vim plugins and extensions for java coding?

开发者 https://www.devze.com 2023-01-14 09:44 出处:网络
I have been using IDEs for coding in Java for a while now. For a change, I want to try vim for java programming.

I have been using IDEs for coding in Java for a while now. For a change, I want to try vim for java programming.

Can 开发者_如何学Cyou tell me about some good plugins that can make java programming convenient in vim?


I just started using vim aswell but for PHP development. Still I recommend:

  • snipMate - Textmate style Snippet plugin with support for many languages
  • NERDTree - File tree
  • Supertab - TAB autocompletion
  • Taglist - Tagexplorer

These plugins help rendering vim into a really useful IDE.

0

精彩评论

暂无评论...
验证码 换一张
取 消