fix inlayHints ordering
This commit is contained in:
parent
2bb03265cc
commit
25139a8833
|
@ -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…
Reference in New Issue