mirror of
https://github.com/dlang-community/DCD.git
synced 2025-05-01 15:49:57 +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())
|
foreach(part; symbol.opSlice())
|
||||||
check(part, visited);
|
check(part, visited);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
response.completions.sort!"a.symbolLocation < b.symbolLocation";
|
||||||
|
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue