brandon1024 / cortado.vim

Import Java classes by name, find unused import statemens, and many other goodies!
MIT License
2 stars 0 forks source link

feature: configure wildcard imports #2

Closed brandon1024 closed 2 years ago

brandon1024 commented 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.