Is it possible to give a parameter like $wordCompeletionFreq that contains all the user's profile of the frequency he uses one augment.
for example I uses git status for 100 times, but I uses git stash only for 10 times.
$wordCompeletionFreq will have {commit: 100, stash:10}
This way, We can return the most used command to complete.
I don't know a lot about powershell, I don't know whether that is possible.