You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like "editor.suggest.preview": true setting and inline suggestions (editor.quickSuggestions), but what I miss is ability to make it case insensitive, so I don't need to type exact word to show, what I meant is instead of parsePhone I could type parsephone and it still shows, because the final word is parsePhoneNumber.
When I type this:
Still show suggest preview for the rest of characters. Same applies for editor.quickSuggestions -> inline.
This would play really nice when you use only inline suggestions (editor.quickSuggestions), because you don't see suggest widget and if you miss that upper case it hides preview.
The text was updated successfully, but these errors were encountered:
svipas
changed the title
Ability to make suggest preview and inline completions **case insensitive**
Ability to make suggest preview and inline completions case insensitive
Dec 22, 2024
I really like
"editor.suggest.preview": true
setting andinline
suggestions (editor.quickSuggestions
), but what I miss is ability to make it case insensitive, so I don't need to type exact word to show, what I meant is instead ofparsePhone
I could typeparsephone
and it still shows, because the final word isparsePhoneNumber
.When I type this:
Still show suggest preview for the rest of characters. Same applies for
editor.quickSuggestions
->inline
.This would play really nice when you use only
inline
suggestions (editor.quickSuggestions
), because you don't see suggest widget and if you miss that upper case it hides preview.The text was updated successfully, but these errors were encountered: