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
The potential completions are case-insensitive, but a case mismatch between the input and the potential matches breaks things.
Example:
input: "he"
potential matches:
"hello" <- "he" is highlighted
"Heck!" <- nothing is highlighted, the initial case mismatch between the "h" and "H" breaks character highlighting.
The text was updated successfully, but these errors were encountered:
The potential completions are case-insensitive, but a case mismatch between the input and the potential matches breaks things.
Example:
input: "he"
potential matches:
"hello" <- "he" is highlighted
"Heck!" <- nothing is highlighted, the initial case mismatch between the "h" and "H" breaks character highlighting.
The text was updated successfully, but these errors were encountered: