haskell-language-server icon indicating copy to clipboard operation
haskell-language-server copied to clipboard

Put QuickFix "Add ... to import list of ..." first

Open andreasabel opened this issue 2 months ago • 0 comments

When I have a not-in-scope identifier, I often get a couple of suggestions in the "Quick Fix" list, but in most cases of the cases I want add this identifier to an existing import list.

My suggestion is to put this fix first in the list.

Maybe even make this fix available by a special short cut (like double-click).

Image

"Define ..." has definitely the lowest prio.

andreasabel avatar Oct 31 '25 19:10 andreasabel