vscode-allautocomplete
vscode-allautocomplete copied to clipboard
Order suggestions by proximity to cursor
It is not completely under extension control, but the order can be potentially controlled for all items returned by the same extension via the sortText property: https://github.com/Microsoft/vscode/issues/26096
i will have to investigate the same in further detail.