Fuzzy autocompletion with spaces #1575
Josiah-tan
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
make something like this possible:
There's just one problem though with this idea, what if the user intended to write something like:
With this situation you kind of have to ignore spaces in autocompletion right (maybe)?
well of course if you are using something like copilot you'd probably get the full completion
but I'm just talking about basic lsp (language server protocol]) completion here
I guess there's already technology that does completion with spaces (github copilot) but it would be cool for lsp fuzzy search to be smart enough to figure what to do in which situation.
Beta Was this translation helpful? Give feedback.
All reactions