-
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Mar 28, 2025
Replies: 1 comment 1 reply
-
Hey @ejfasting, you can override the langium/packages/langium/src/lsp/completion/completion-provider.ts Lines 471 to 481 in 89c0a9d |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ejfasting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @ejfasting,
you can override the
DefaultCompletionProvider#createReferenceCompletionItem
method to adjust what is displayed as thedetail
of each completion item:langium/packages/langium/src/lsp/completion/completion-provider.ts
Lines 471 to 481 in 89c0a9d