YouCompleteMe icon indicating copy to clipboard operation
YouCompleteMe copied to clipboard

Add new semantic token types

Open bstaletic opened this issue 1 year 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

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.79%. Comparing base (5d8a7fe) to head (0af031d). Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4232      +/-   ##
==========================================
- Coverage   89.87%   89.79%   -0.09%     
==========================================
  Files          37       37              
  Lines        4780     4780              
==========================================
- Hits         4296     4292       -4     
- Misses        484      488       +4     

codecov[bot] avatar May 10 '24 18:05 codecov[bot]

@mergifyio rebase

puremourning avatar Aug 15 '24 21:08 puremourning

rebase

✅ Branch has been successfully rebased

mergify[bot] avatar Aug 15 '24 21:08 mergify[bot]

Thanks for sending a PR!

mergify[bot] avatar Aug 15 '24 21:08 mergify[bot]