dapetcu21 / atom-autocomplete-lua

Extensible autocomplete+ provider for Lua
35 stars 6 forks source link

Add an option to ignore case in suggestions #33

Open astrochili opened 3 years ago

astrochili commented 3 years ago

Would be nice to have an option to make suggestions case insensitive. A checkbox in plugin settings, for example.

Screenshot 2021-03-16 at 17 28 34

dapetcu21 commented 3 years ago

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.

astrochili commented 3 years ago

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.

Screenshot 2021-03-17 at 19 06 29

I don't maintain this anymore, sorry.

No problem. Can you recommend which IDE and plugins you are using now?

Anyway, good luck with Domains of Dusk 😎

dapetcu21 commented 3 years ago

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.