fix inlayHints ordering
This commit is contained in:
parent
52281e97fe
commit
b735f2bcc4
|
@ -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…
Reference in New Issue