autocomplete
autocomplete copied to clipboard
[git] Aliases from .gitconfig should be suggested first over default commands
Completion Spec
What completion spec does this enhancement refer to? Or is it Fig itself? subcommands
Description
Aliases from files such as .gitconfig are shown at the bottom of suggested autocompletes until used and then they are only shown as recently used. These commands should take priority over default commands.
Ex: git st should take priority over git stash
Expected result
git st would be shown as the first suggested command over git stash as well as any other applicable subcommands that have aliases
Actual result
git stash is suggested first unles git st was recently used
Hey there @codentacos, thank you very much for bringing up this Idea! We put it on our Roadmap and will let you know once this is Fig!
Hi,
Fig was working like that for me (my alias was shown before the rest of the commands) until a couple of days ago. I don't know if this is a bug as this issue suggest that the feature wasn't implemented.
Aliases should be merged in so I am closing this!