microsoft / inshellisense

IDE style command line auto complete
MIT License
8.21k stars 179 forks source link

Disable suggestions when scrolling through previous commands #248

Closed SpectraL519 closed 2 months ago

SpectraL519 commented 2 months ago

Problem: This is related to a problem when using arrows to "scroll" through previously executed commands in bash (or other shells - I haven't tested that) - inshellisense keeps showing suggestions for previous commands and blocks the "scrolling".

Solution proposition: A way to configure inshellisense to show suggestions only when typing (or disable showing suggestions when using arrow keys in the shell when not in the state where suggestions are already shown). Could be through an option in the config toml file.

Environment: