microsoft / inshellisense

IDE style command line auto complete
MIT License
8.22k stars 180 forks source link

Provide intenllisense for possible arguments. #127

Closed zhaowenquan131 closed 4 months ago

zhaowenquan131 commented 6 months ago

Maybe it should be able to do something like e.g. list all local branches when I type "git checkout" in bash in a repository folder

cpendery commented 6 months ago

This should be working, but the generator is failing for the script ["git","--no-optional-locks","branch","-a","--no-color","--sort=-committerdate"]. I'll look into it

joaogsleite commented 4 months ago

The same with npm scripts: e.g. list all available scripts when I type npm run in a bash inside a folder with a package.json file