-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix document symbol with a range based method (outline and breadcumbs) (
#674) * refactor all hierarchical document symbol now based on ranges of symbols * remove pointer in DocumentSymbol.children and useless things * use sort instead of heap * fix outline, multiple symbols defined on the same line: eg: int i, j, k; outline before: k j i after: i j k
- Loading branch information
1 parent
c6686be
commit a27148c
Showing
1 changed file
with
56 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters