Replies: 1 comment
-
I have encountered the same issue. Have you found a solution for this? Or could this potentially be a bug? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I've noticed that when accepting import suggestions the word up to the last char that I entered gets appended at the end of the import statement, e.g.
import React from 'react' Reac
In this example I wrote "import Reac" and then accepted the suggestion and "Reac" gets added at the end of the line.
Anyone else noticed this? I am using LazyVim with the default blink config, have just added a few custom keymaps.
Beta Was this translation helpful? Give feedback.
All reactions