microsoft / inshellisense

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

Fix options at the end don't suggest #66

Closed Muffeter closed 6 months ago

Muffeter commented 7 months ago

Fix the bug mentioned in #56 Before: image Now: image

cpendery commented 6 months ago

Closing as this was fixed in #118. It wasn't that the suggestions needed a further lookback, but rather that the suggestion conditions for a variadic argument needed adjustments.