1 write to LabelDetails
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionResultFactory.cs (1)
620lspItem.LabelDetails = new() { Description = roslynItem.InlineDescription };
3 references to LabelDetails
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\CompletionItemSetting.cs (1)
142/// Indicates whether the client supports the <see cref="CompletionItem.LabelDetails"/> property.
Protocol\Internal\Efficiency\OptimizedVSCompletionListJsonConverter.cs (2)
153if (completionItem.LabelDetails != null) 156JsonSerializer.Serialize(writer, completionItem.LabelDetails, options);