coq_nvim icon indicating copy to clipboard operation
coq_nvim copied to clipboard

Order of suggestions / showing valid suggestions only

Open jonashaag opened this issue 2 years ago • 1 comments

(If this should be reported at some other project, eg. LSP, please let me know.)

If have a module conda_env_lock that has a (private) member _conda_cmd.

I have another module that imports conda_env_lock. I start to type c:

Screenshot 2023-06-13 at 20 33 24

So far so good, this is a valid and useful suggestion. Note that there are lots of invalid suggestions as well.

Now I continue typing cond:

Screenshot 2023-06-13 at 20 33 35

The suggestion changes even though I'm continuing to type the exact letters of the suggestion! This even stays until I'm almost done typing the entire suggestion:

Screenshot 2023-06-13 at 20 34 20

jonashaag avatar Jun 13 '23 18:06 jonashaag

Related? https://github.com/ms-jpq/coq_nvim/issues/100

jonashaag avatar Jun 13 '23 18:06 jonashaag