Skip to content

help insert import statements and package statements in java.

Notifications You must be signed in to change notification settings

abcdnned/vim-java-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

#VIM JAVA MANAGER

help insert import and package statements in java.

###INSTALL

use vbundle :

add following line to your vimfiles :

Plugin 'abcdnned/java-import-manager'

restart vim and call PluginInstall command.

manually :

put java.vim in the ftplugin folder under vimfiles directory.

###USAGE

use <Leader>1i to insert import statement on the right position and press 'j to go back. 

###COMMAND

JIMPrepareImport  : move cursor to the right position.

JIMSortImport     : sort import statements.

JIMDeclarePackage : rewrite first line to package info.

###MAPPING

<Leader>1i : JIMPrepareImport

<Leader>1s : JIMSortImport

<Leader>1p : JIMDeclarePackage

###OPTION

g:jim_root : root package of you project, default is 'java'.

###LICENSE

MIT license

About

help insert import statements and package statements in java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published