This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Completion is not case sensitive #954
Open
Description
In the screenshot below I have typed the word tok
, which has triggered completion, and I want to use one of the fields from the data type.
In my view, the first two should not be shown at all, and the third (permutation of the word) only if nothing else shows up.
I am not sure how much of this is other company
backends in my emacs, and how much is hie.
Except the HIE ones show up with that underscore in the middle, which is the concatenation of the actual completion and the description of it. Probably needs fixing in emacs-lsp too.