Skip to content

Idea: CompletionItem.HelpLink #1962

@KalleOlaviNiemitalo

Description

@KalleOlaviNiemitalo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions