Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to make suggest preview and inline completions case insensitive #236819

Open
svipas opened this issue Dec 22, 2024 · 0 comments
Open

Ability to make suggest preview and inline completions case insensitive #236819

svipas opened this issue Dec 22, 2024 · 0 comments
Assignees

Comments

@svipas
Copy link
Contributor

svipas commented Dec 22, 2024

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:

Image

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.

@svipas 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants