Replies: 2 comments 1 reply
-
Hmmm maybe it was not the optimal order, exact and score seems to be working fine |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
My issue:
I see a weird behavior, while typing in a function parameter I see snippets candidatesSo far I tried..
Tried few different solutions with
priority
andgroup_index
insources
but no luck so far.It doesn't seem right to see snippets candidates while we're typing a function parameter.. by chance is this behavior expected?
Something that I noticed:
This only happens if I enter a space in there right after

(
.. without that space char the Snippets don't show up (as expected):Still, feels weird to see snippets there. Any suggestion how to avoid this even if we type in a
space
after(
?I don't think this could be affecting this behavior but this is my current
setup.sorting
setting:Beta Was this translation helpful? Give feedback.
All reactions