Replies: 1 comment
-
Another example where autocomplete shows LSP results initially, but loses them as you type more characters: |
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
-
Hello,
Any idea how to make the autocomplete matching smarter?
Consider this example I recorded from go where I'm trying to autocomplete
os.LookupEnv
.It's shown at first, but after typing 1-2 characters, it just disappears, and shows up after typing 5 characters that match (looku).
The behavior is really strange in my opinion. Any ideas? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions