
## [inshellisense](https://github.com/microsoft/inshellisense#inshellisense)
`inshellisense` provides IDE style autocomplete for shells. It's a terminal native runtime for [autocomplete](https://github.com/withfig/autocomplete) which has support for 600+ command line tools. `inshellisense` supports Windows, Linux, & MacOS.
[](https://github.com/microsoft/inshellisense/blob/main/docs/demo.gif)
> [!info] read more
> [microsoft/inshellisense: IDE style command line auto complete (github.com)](https://github.com/microsoft/inshellisense)
### [Installation](https://github.com/microsoft/inshellisense#installation)
```shell
npm install -g @microsoft/inshellisense
```
### [Quickstart](https://github.com/microsoft/inshellisense#quickstart)
After completing the installation, you can already run `inshellisense --shell <shell>` to start the autocomplete session for your desired shell.