-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add an option to ignore case in suggestions #33
Comments
I don't maintain this anymore, sorry. But regardless, I honestly don't see why. Lua is a case sensitive programming language and autocomplete should complete what follows next. |
Because this is normal for most IDEs. This is not about the language, this is about UX. Of course, results with the same case of the entered text should be on top of the sort.
No problem. Can you recommend which IDE and plugins you are using now? Anyway, good luck with Domains of Dusk 😎 |
I don't find case-insensitive autocomplete to be such a common thing, to be honest.
Anyway, I use VSCode now, with this config and extensions:
https://github.com/critique-gaming/crit-boilerplate/tree/master/.vscode
Marius Petcu,
Game Developer at Critique Gaming
…On 17 Mar 2021, 18:19 +0200, Roman Silin ***@***.***>, wrote:
> But regardless, I honestly don't see why. Lua is a case sensitive programming language and autocomplete should complete what follows next.
Because this is normal for most IDEs. This is not about the language, this is about UX. Of course, results with the same case of the entered text should be on top the sort.
> I don't maintain this anymore, sorry.
Can you recommend which IDE and plugins you are using now?
Also, good luck with Domains of Dusk 😎
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Would be nice to have an option to make suggestions case insensitive. A checkbox in plugin settings, for example.
The text was updated successfully, but these errors were encountered: