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'm curious how other editors do this. I assume this would be something the language server would handle itself when figuring out what completions are available, but maybe we can handle it on the client side by figuring out permutations of the text for snake-case, camel-case, shout-case, etc.
Summary
LSP completions are case sensitive at the moment. It would be nice to have the option to make them case insensitive.
Reproduction Steps
In the following example:
pressing tab after
fo
results in:(FOO is not shown.)
Why is this important?
Because it is more ergonomic not to have to press shift all the time.
Suggested implementation
Either:
smart-case
setting)Platform
Linux
Terminal Emulator
io.elementary.t
Helix Version
helix 22.05-dev (2d4f94e)
The text was updated successfully, but these errors were encountered: