Closed brandon1024 closed 2 years ago
Some projects use wildcard imports and some don't. Let's support both.
We can introduce a new configuration option g:java_import_wildcard_count which will determine how many imports are required before being collapsed into a wildcard import.
g:java_import_wildcard_count
Some projects use wildcard imports and some don't. Let's support both.
We can introduce a new configuration option
g:java_import_wildcard_count
which will determine how many imports are required before being collapsed into a wildcard import.