enhancement: sort import suggestions by kind
Closed this issue · 1 comments
brandon1024 commented
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
brandon1024 commented
Fixed!