artur-shaik / vim-javacomplete2

DEPRECATED in favor of jc.nvim
Vim License
973 stars 83 forks source link

Add Option to Sort Static Imports First #371

Closed joshleeb closed 6 years ago

joshleeb commented 6 years ago

This PR adds an option: g:JavaComplete_StaticImportsAtTop to sort the imports list with static imports first. By default this option is 0.

The motivation for this option is to match the import order of IntelliJ.

artur-shaik commented 6 years ago

Thanks. Nice one.