You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an example of an auto import suggestion from a Django project with a model called WorkPeriod. In this case we have an exact match (the correct import in this case), but it ends up really far down in the list. Naturally there are quite a few other things in the project that contains the name of that model, and it's probably reasonable to include all or most of them in the import suggestions, but the sorting should be improved.
Maybe there is also a difference between what import suggestions are relevant while typing, and what imports are relevant when "correcting squiggles". In this particular case I would find the non-exact-matches useful while typing/intellisense, but not while showing quick fixes.
The text was updated successfully, but these errors were encountered:
This is an example of an auto import suggestion from a Django project with a model called
WorkPeriod
. In this case we have an exact match (the correct import in this case), but it ends up really far down in the list. Naturally there are quite a few other things in the project that contains the name of that model, and it's probably reasonable to include all or most of them in the import suggestions, but the sorting should be improved.Maybe there is also a difference between what import suggestions are relevant while typing, and what imports are relevant when "correcting squiggles". In this particular case I would find the non-exact-matches useful while typing/intellisense, but not while showing quick fixes.
The text was updated successfully, but these errors were encountered: