microsoft / language-server-protocol

Defines a common protocol for language servers.
https://microsoft.github.io/language-server-protocol/
Creative Commons Attribution 4.0 International
10.91k stars 764 forks source link

Add Instruction and Register variants to CompletionItemKind #1872

Closed WillLillis closed 6 months ago

WillLillis commented 6 months ago

Would it be possible to add Instruction and Register variants to CompletionItemKind to better support LSPs targeting assembly languages?

dbaeumer commented 6 months ago

See #343.

Usualy simply adding them to the spec without a client supporting them will not gain a lot.