Skip to content

Vim plugin to automate simple but repetitive tasks during java development.

License

Notifications You must be signed in to change notification settings

Tacsiazuma/easyjava.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easyjava.vim

Vim plugin to automate simple but repetitive tasks during java development.

Installation with Vundle

Simply include

Plugin 'tacsiazuma/easyjava.vim'

inside the

call vundle#begin()

and

call vundle#end()

sections.

Usage

Any time you open a buffer with java extension, the plugin will check if the file is empty and populate it with the right package and classname. For the package name it searches for standard maven structures like pom.xml and goes from there.

If you open up an empty pom.xml then it will populate it with a template pom.xml, with a single dependency junit. It also checks if the source folders are created (src/main, src/test) and if not then it will create them for you.

Running tests

Tests are run using a Ruby test runner, so you'll have to have Ruby installed. Then run

$ gem install vim-flavor

Now you can run tests with

$ vim-flavor test spec/

About

Vim plugin to automate simple but repetitive tasks during java development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published