Skip to content

A vim plugin for jumping between a Java class and JUnit test class

License

Notifications You must be signed in to change notification settings

Keitokuch/vim-junit-jump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

vim-junit-jump

A vim plugin for jumping between a Java class and JUnit test class

Installation

Using vim-plug

add to .vimrc

Plug 'keitokuch/vim-junit-jump'

Usage

To jump from a Java class file to the test file, or from a test file to the class file

:JavaJUnitJump

Custom Mapping

Use gt in normal mode to jump to test:

nnoremap gt :JavaJUnitJump<CR>

About

A vim plugin for jumping between a Java class and JUnit test class

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published