Skip to content

Add customization to CompletionItemKind - #359

Merged
Karthik Nadig (karthiknadig) merged 2 commits into
microsoft:mainfrom
karthiknadig:fix-field1
Jun 11, 2024
Merged

Add customization to CompletionItemKind#359
Karthik Nadig (karthiknadig) merged 2 commits into
microsoft:mainfrom
karthiknadig:fix-field1

Conversation

@karthiknadig

@karthiknadig Karthik Nadig (karthiknadig) commented Jun 11, 2024

Copy link
Copy Markdown
Member

Fixes #344

@karthiknadig
Karthik Nadig (karthiknadig) merged commit c65a292 into microsoft:main Jun 11, 2024
@karthiknadig
Karthik Nadig (karthiknadig) deleted the fix-field1 branch August 9, 2024 16:32
Erik De Bonte (debonte) added a commit that referenced this pull request Jul 23, 2025
Backing out the change in
#359 which was motivated by
#344.

Dirk explains at
microsoft/language-server-protocol#2149 (comment)
that `CompletionItemKind` doesn't support custom values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature-request Request for new features or functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change Sequence[CompletionItemKind] to Sequence[CompletionItemKind | int]?

2 participants