-
Notifications
You must be signed in to change notification settings - Fork 414
Open
Description
CompletionItem could have a string HelpLink property for a documentation URI. The type and name would be consistent with dotnet/msbuild#5488. Help could then render this as an OSC 8 hyperlink (microsoft/terminal#204), although doing so would complicate the width measurement during two-column layout and line breaking.
On the other hand, as long as class CompletionItem remains unsealed, this can be implemented in application code.
CompletionItem in Language Server Protocol (LSP) does not appear to have this feature.
Metadata
Metadata
Assignees
Labels
No labels