Inshellisense – IDE style shell autocomplete

Inshellisense is a powerful tool that provides IDE-style autocomplete for shells. This terminal native runtime supports over 600 command line tools and is compatible with Windows, Linux, and MacOS. To get started, simply install it using npm and run “inshellisense –shell ” to initiate the autocomplete session for your preferred shell. You can also bind it to a keybinding of CTRL+a for added convenience. Inshellisense also offers integrations with popular shells like bash, zsh, fish, and powershell. Contributions to this project are welcome, and Microsoft’s Open Source Code of Conduct is followed. Please note that the use of trademarks or logos must adhere to respective guidelines and should not create confusion or imply Microsoft sponsorship.

https://github.com/microsoft/inshellisense

To top