All Projects → vim-scripts → Maven Ide

vim-scripts / Maven Ide

maven-ide plugin

Labels

Projects that are alternatives of or similar to Maven Ide

Vim Css To Inline
Transforms plain css into JSX inline styles
Stars: ✭ 12 (-20%)
Mutual labels:  viml
Ctrlp.vim
Fuzzy file, buffer, mru, tag, etc finder.
Stars: ✭ 7,070 (+47033.33%)
Mutual labels:  viml
Dotfiles Vim
My ultimate vim productivity suite!
Stars: ✭ 14 (-6.67%)
Mutual labels:  viml
...
dotfiles
Stars: ✭ 12 (-20%)
Mutual labels:  viml
Perforce.vim
Perforce source control features
Stars: ✭ 12 (-20%)
Mutual labels:  viml
Toby.vim
My personal VIM setup
Stars: ✭ 13 (-13.33%)
Mutual labels:  viml
Specky
Functions to help make behavioral testing easy with ruby and rspec.
Stars: ✭ 11 (-26.67%)
Mutual labels:  viml
Morrowind
ports of the tango-based gedit "Oblivion" theme to other editors/ides
Stars: ✭ 14 (-6.67%)
Mutual labels:  viml
Vim Unite Watson.vim
vim-unite-watson.vim is the unite source for watson.
Stars: ✭ 13 (-13.33%)
Mutual labels:  viml
Papercolor.vim
Light Vim color scheme inspired by Google's Material Design
Stars: ✭ 14 (-6.67%)
Mutual labels:  viml
Dotfiles
My dotfiles
Stars: ✭ 12 (-20%)
Mutual labels:  viml
Focuspoint Vim
Vim color file that makes long coding sessions better while still maintaining color coordination and important keyword focus.
Stars: ✭ 12 (-20%)
Mutual labels:  viml
Dotfiles
All my bash / vim / ... stuff
Stars: ✭ 13 (-13.33%)
Mutual labels:  viml
Ezjail Flavours
FreeBSD ezjail flavours
Stars: ✭ 12 (-20%)
Mutual labels:  viml
Vim Americanize
Auto-"correct" British spellings to their American equivalent.
Stars: ✭ 14 (-6.67%)
Mutual labels:  viml
Darkspectrum
a gvim color scheme based on the oblivion color scheme for gedit
Stars: ✭ 11 (-26.67%)
Mutual labels:  viml
Vim Fenced Code Blocks
Edit fenced code blocks inside a GitHub Flavor Markdown in a better way.
Stars: ✭ 13 (-13.33%)
Mutual labels:  viml
Vimgitlog
Git log and diff plugin for vim.
Stars: ✭ 15 (+0%)
Mutual labels:  viml
Hl matchit.vim
highlighting match of matchit.vim
Stars: ✭ 14 (-6.67%)
Mutual labels:  viml
Pyscratch
Makes Vim into a "scratchpad" tool for Python, Ruby, Perl, and/or Lua
Stars: ✭ 13 (-13.33%)
Mutual labels:  viml

vim-maven-ide

A maven plugin for vim.

Features include:

  • Project tree for file navigation and environment context management.
  • Quickfix for output of maven plugins compile,junit,checkstyle.
  • Optional single source file compilation directly with javac.
  • Compilation is background via AsyncCommand.
  • Debug using yavdb, allows debug of class main or attach to jvm debug port.
  • Junit run/quickfix/debug.
  • Dependency source file and javadoc integration. Javadoc viewing uses lynx.
  • Exctags tag navigation.
  • Auto generation of project environment ie classpath, tag files.
  • Dependency management for maven parent/child/sibling projects extracted from project poms.
  • Autocomplete on methods, auto add of imports etc is via the vjde plugin project.

See doc/maven-ide.txt for more detail.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].