1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:20:04 +08:00
SpaceVim/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md
2017-02-11 11:20:58 +08:00

915 B

Use Vim as a Java IDE

I am a vimer and a java developer. Here are some useful plugins for developing java in vim/neovim.

Project manager

  1. unite - file and code fuzzy founder.
  2. vimfiler - A powerful file explorer implemented in Vim script

Code formatting

  1. neoformat - A (Neo)vim plugin for formatting code.

Code completion

  1. javacomplete2 - Updated javacomplete plugin for vim

Demo vim-javacomplete2

Generics demo vim-javacomplete2

Syntax lint

  1. neomake - Asynchronous linting and make framework for Neovim/Vim