mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-25 21:00:02 +03:00
fix inlayHints ordering
This commit is contained in:
parent
2bb03265cc
commit
25139a8833
1 changed files with 3 additions and 0 deletions
|
@ -104,5 +104,8 @@ public AutocompleteResponse getInlayHints(const AutocompleteRequest request,
|
|||
foreach(part; symbol.opSlice())
|
||||
check(part, visited);
|
||||
}
|
||||
|
||||
response.completions.sort!"a.symbolLocation < b.symbolLocation";
|
||||
|
||||
return response;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue