2 references to ShouldItemBePreselected
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Completion\CompletionHandler.cs (2)
186
lspItem.Preselect =
ShouldItemBePreselected
(item);
399
.Concat(matchResultsBuilder.Skip(completionListMaxSize).Where(match =>
ShouldItemBePreselected
(match.CompletionItem)))