ycm-core / ycmd

A code-completion & code-comprehension server
https://ycm-core.github.io/ycmd/
GNU General Public License v3.0
1.69k stars 764 forks source link

CsCompleter: Implement GoToDocumentOutline. #1723

Closed teasp00n closed 8 months ago

teasp00n commented 8 months ago

Implements GoToDocumentOutline in the CsCompleter to support YCMFindSymbolInDocument functionality for cs projects.


This change is Reviewable

codecov[bot] commented 8 months ago

Codecov Report

Merging #1723 (3a07ac6) into master (9e43034) will increase coverage by 0.00%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1723 +/- ## ======================================= Coverage 95.46% 95.47% ======================================= Files 83 83 Lines 8162 8175 +13 Branches 163 163 ======================================= + Hits 7792 7805 +13 Misses 320 320 Partials 50 50 ```
mergify[bot] commented 8 months ago

Thanks for sending a PR!