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

[Feature Request] How to make the autocomplete distinguish between uppercase and lowercase #4604

Open
2 tasks done
someoneof opened this issue Jul 16, 2024 · 0 comments
Open
2 tasks done
Labels
feature-request Request for new features or functionality

Comments

@someoneof
Copy link

Context

  • This issue is not a bug report. (please use a different template for reporting a bug)
  • This issue is not a duplicate of an existing issue. (please use the search to find existing issues)

Description

{ignoreCase: false} when register language
I provide suggestions for [{label:"logdash"}]
When i input 'l', 'logdash' provided
When i input 'L', 'logdash' also provided;
How to make completion Case-Sensitive;

Monaco Editor Playground Link

https://microsoft.github.io/monaco-editor/playground.html?source=v0.50.0#example-extending-language-services-completion-provider-example
image
image

Monaco Editor Playground Code

No response

@someoneof someoneof added the feature-request Request for new features or functionality label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

1 participant