microsoft / inshellisense

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

Improve complete command's termination speed #139

Closed cpendery closed 4 months ago

cpendery commented 6 months ago

Improve the speed at which is terminates after the completion is output for something like is complete "git l"

Although the result was output quickly, it will take some time to finish. Please optimize it as it will affect the speed of obtaining the result

Originally posted by @cereschen in https://github.com/microsoft/inshellisense/issues/78#issuecomment-1868531225