# inshellisense - IDE 스타일의 셸 명령어 자동완성 도구

> Clean Markdown view of GeekNews topic #31082. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=31082](https://news.hada.io/topic?id=31082)
- GeekNews Markdown: [https://news.hada.io/topic/31082.md](https://news.hada.io/topic/31082.md)
- Type: news
- Author: [awbrg789](https://news.hada.io/@awbrg789)
- Published: 2026-07-03T15:42:25+09:00
- Updated: 2026-07-03T15:42:25+09:00
- Original source: [github.com/microsoft](https://github.com/microsoft/inshellisense)
- Points: 5
- Comments: 1

## Topic Body

Microsoft가 만든 오픈소스 CLI 도구로, 셸에서 IDE 수준의 명령어 자동완성을 제공합니다.  
  
- withfig/autocomplete 런타임 기반으로 600개 이상의 CLI 도구 자동완성 지원  
- Windows, Linux, macOS 모두 지원  
- bash, zsh, fish, PowerShell(pwsh/powershell), cmd(실험적), xonsh, nushell 등 다양한 셸 통합  
- ‎`is` 명령으로 세션 시작, 셸 플러그인 등록 시 새 세션마다 자동 실행  
- Tab으로 제안 수락, ↑/↓로 제안 탐색, esc로 닫기 (키바인딩 커스터마이징 가능)  
- TOML 설정 파일로 키바인딩, 별칭(alias) 확장, NerdFont, 최대 제안 개수 등 조정 가능  
  
npm(‎`npm install -g @microsoft/inshellisense`) 또는 Homebrew로 간단히 설치할 수 있습니다.   
설치 후 ‎`is doctor`로 정상 동작을 확인하면 됩니다.  
  
MIT 라이선스, TypeScript로 작성되어 있습니다.

## Comments



### Comment 61204

- Author: awbrg789
- Created: 2026-07-03T15:43:28+09:00
- Points: 1

이번에 0.0.1 정식 릴리즈가 되어서 올려봅니다.
