Open
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version:1.63.2
- OS Version:Windows 10
Almost same as issue 8070, in which the reported bug has been fixed. However, if the snippet prefix is a single char, suggestion remains case insensitive.
For example, if I define a Result
snippet with prefix Re
and return
snippet with prefix re
, while typing re
, return
will be the first suggestion. But if the prefix is R
and r
respectively, Result
will be on top while typing r
.