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
-
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
![image](https://private-user-images.githubusercontent.com/29671981/358164672-26c8ee94-472c-40e2-b400-f52b3fff2627.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NzA1MjksIm5iZiI6MTczOTY3MDIyOSwicGF0aCI6Ii8yOTY3MTk4MS8zNTgxNjQ2NzItMjZjOGVlOTQtNDcyYy00MGUyLWI0MDAtZjUyYjNmZmYyNjI3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDAxNDM0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWExN2EzYWZiMTY4YmNjMDMyMWI3NGQyZDY2N2U3NDE5MWQ0MmU4MDgwMDJmZTE1ZWMyNmJjYTlkYmNjMjlmZGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.rBye8-pxYddx0RZqYeF7qwHLoOnEKXkC1-rgoCvisKU)
(
.. 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