blink.cmp icon indicating copy to clipboard operation
blink.cmp copied to clipboard

Autocomplete Suggestion Disappears When Typing Full Prefix

Open SourishBiswas23 opened this issue 3 months ago • 2 comments

Make sure you have done the following

  • [X] I have updated to the latest version of blink.cmp
  • [X] I have read the README

Bug Description

I'm encountering an issue with blink where typing a partial prefix displays suggestions, but continuing to type the full name causes the suggestions to disappear.

For example:

1. Typing H shows the expected suggestion 'HomepageHeroSection'.
2. However, typing Home results in the suggestion disappearing entirely.

Expected :

The suggestion 'HomepageHeroSection' should remain visible as I continue typing the prefix "Home". I've attached a video recording to demonstrate the issue for clarity. autocompleteBug.webm

Relevant configuration

https://github.com/SourishBiswas23/my-neovim-config/blob/main/lua/sourish/plugins/blink.lua

neovim version

v0.10.2

blink.cmp version: branch, tag, or commit

commit: 2946ff4

SourishBiswas23 avatar Nov 15 '24 10:11 SourishBiswas23