We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d99f01 commit 2bf80f2Copy full SHA for 2bf80f2
DemoLanguageServer/Services/TextDocumentService.cs
@@ -81,7 +81,7 @@ public async Task DidClose(TextDocumentIdentifier textDocument)
81
{
82
new CompletionItem(".NET", CompletionItemKind.Keyword,
83
"Keyword1",
84
- "Short for **.NET Framework**, a software framework by Microsoft (possibly its subsets) or later open source .NET Core.",
+ MarkupContent.Markdown("Short for **.NET Framework**, a software framework by Microsoft (possibly its subsets) or later open source .NET Core."),
85
null),
86
new CompletionItem(".NET Standard", CompletionItemKind.Keyword,
87
"Keyword2",
0 commit comments