Skip to content
Snippets Groups Projects
Commit 46e61276 authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Be smarter about CamelCase when doing case-insensitive completion

Even when an upper case character can also match a lower case one, it
should only be treated as a CamelCase match when the matched character
is also upper case. This avoids some false positives.

Also, the part that allows a word in a CamelCase identifier to be
truncated should never be matched case-insensitively.
parent 96707f0b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment