brandon1024/cortado.vim

enhancement: sort import suggestions by kind

Closed this issue · 1 comments

The import suggestions aren't sorted in any way. Most often, users want to import a specific class, rather than a static method.

We should sort results as follows:

  • classes
  • enums
  • methods

Fixed!