Skip to content

Expose InlayHint API to Rascal DSLs #119

@DavyLandman

Description

@DavyLandman

Decorations (or soon to be offered as InlayHints) are a nice way to provide the DSL user with more context (just like the gitlens extension does).

Currently, it's not exposed in LSP (see: lsp#956 and: vscode-imp#772). I want to propose we still add it to the LanguageService adt.

As I understand it: VSCode (and later LSP) is getting InlayHints api in the future, which are more constrained version of Decorations. Until we get native inlayHints in LSP, we can simulate it by sending Decorations to the IDE.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions