1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 08:30:06 +08:00
SpaceVim/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md

26 lines
963 B
Markdown
Raw Normal View History

2017-02-11 11:29:45 +08:00
# [Blogs](https://spacevim.org/community#blogs) > Use Vim as a Java IDE
2017-02-11 10:48:06 +08:00
I am a vimer and a java developer. Here are some useful plugins for developing java in vim/neovim.
## Project manager
1. [unite](https://github.com/Shougo/unite.vim) - file and code fuzzy founder.
2. [vimfiler](https://github.com/Shougo/vimfiler.vim) - A powerful file explorer implemented in Vim script
## Code formatting
1. [neoformat](https://github.com/sbdchd/neoformat) - A (Neo)vim plugin for formatting code.
## Code completion
1. [javacomplete2](https://github.com/artur-shaik/vim-javacomplete2) - Updated javacomplete plugin for vim
2017-02-11 11:20:58 +08:00
2017-02-11 10:48:06 +08:00
Demo
![vim-javacomplete2](https://github.com/artur-shaik/vim-javacomplete2/raw/master/doc/demo.gif)
2017-02-11 11:20:58 +08:00
2017-02-11 10:48:06 +08:00
Generics demo
![vim-javacomplete2](https://github.com/artur-shaik/vim-javacomplete2/raw/master/doc/generics_demo.gif)
## Syntax lint
1. [neomake](https://github.com/neomake/neomake) - Asynchronous linting and make framework for Neovim/Vim