microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.58k stars 28.66k forks source link

Dynamically adjust code complection lines according to usage frequency #211534

Open shrekuu opened 4 months ago

shrekuu commented 4 months ago

For example, in the screenshot, I wish my code(the second line, @/utils/utils) comes above the first one(sortablejs). It would be great if the order is based on the usage frequency.

image
jrieken commented 4 months ago

Please try out this setting editor.suggestSelection and report back if it solves your issue