atishay / vscode-allautocomplete

Autocomplete from open files for VSCode
MIT License
105 stars 25 forks source link

Order suggestions by proximity to cursor #10

Open adjohu opened 7 years ago

atishay commented 6 years ago

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.