brandon1024 / cortado.vim

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

rework import functionality #20

Closed brandon1024 closed 2 years ago

brandon1024 commented 2 years ago

The import functionality was heavily reworked to fix several defects. Now, the plugin correctly imports classes, interfaces, annotations, enums and methods. Tests have been written to cover tag lookup functionality.

fixes #14 fixes #12