Posted 9 years ago
by Xinen Lee
Version: 16.1.0633
Platform: .NET 4.5
Environment: Windows 10 (64-bit)

Hi, I noticed that in CodeSnippetFolder.FindItemByShortcut, when isCaseSensitive is set to true, we ignore case using StringComparison.OrdinalIgnoreCase. This seems to be the opposite of the expected behavior - if case sensitive, we should not ignore case.