Closed joshleeb closed 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.
g:JavaComplete_StaticImportsAtTop
static
0
The motivation for this option is to match the import order of IntelliJ.
Thanks. Nice one.
This PR adds an option:
g:JavaComplete_StaticImportsAtTop
to sort the imports list withstatic
imports first. By default this option is0
.The motivation for this option is to match the import order of IntelliJ.