microsoft / inshellisense

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

refactor: add official init command for plugging inshellisense into shell config startups #229

Closed cpendery closed 2 months ago

cpendery commented 2 months ago

I noticed that #202 wasn't working as expected and #222 caused some infinite looping if a user adds inshellisense to their shell startup configuration. This creates an official way for users to setup inshellisense to start in every session. I'm just starting with bash, but I'll expand to the full shell scope shortly like kaldo.