YouCompleteMe icon indicating copy to clipboard operation
YouCompleteMe copied to clipboard

Add new semantic token types

Open bstaletic opened this issue 9 months ago • 1 comments

PR Prelude

Thank you for working on YCM! :)

Please complete these steps and check these boxes (by putting an x inside the brackets) before filing your PR:

  • [x] I have read and understood YCM's CONTRIBUTING document.
  • [x] I have read and understood YCM's CODE_OF_CONDUCT document.
  • [x] I have included tests for the changes in my PR. If not, I have included a rationale for why I haven't.
  • [ ] I understand my PR may be closed if it becomes obvious I didn't actually perform all of these steps.

Why this change is necessary and useful

The decorator type was introduced in LSP 1.17. The concept type is used by clangd.

Reported by @amosnier on gitter. The mapped value is just the first thing that came to my mind. Feel free to suggest bette alternatives.

[Please explain in detail why the changes in this PR are needed.]


This change is Reviewable

bstaletic avatar May 10 '24 18:05 bstaletic