3 references to Preselect
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\CompletionItemSetting.cs (1)
72
/// The client supports the <see cref="CompletionItem.
Preselect
"/> property.
Protocol\Internal\Efficiency\OptimizedVSCompletionListJsonConverter.cs (2)
173
if (completionItem.
Preselect
)
175
writer.WriteBoolean("preselect", completionItem.
Preselect
);