Replies: 1 comment
-
This was closed by @dgutov; see company-mode/company-mode#1370. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is an inconsistency in how the
:company-kind
's in eglot and lsp-mode treat LSP completionItemKind's which are in CamelCase (typeParameter
andenumMember
).Eglot translates these to the symbols
typeparameter
andenummember
, whereas lsp-mode usestype-parameter
andenum-member
(with a dash). Having one kind standard is important for downstream tools which make use of these.Beta Was this translation helpful? Give feedback.
All reactions