inshellisense icon indicating copy to clipboard operation
inshellisense copied to clipboard

IDE style command line auto complete

Results 52 inshellisense issues
Sort by recently updated
recently updated
newest added

**Describe the bug** After entering the IS environment, suggestions can be provided normally. However, pressing "down", "up", "tab" does not respond. In fact, there is a response, it is Windows...

bug

**Is your feature request related to a problem? Please describe.** I tried using `@microsoft/inshellisense` on Node.js 24 and ran into installation issues. The main blockers are prebuilt binaries for native...

feature-request

**Describe the bug** no auto completion ,no auto prompt **To Reproduce** Steps to reproduce the behavior: PS D:\> is inshellisense session [live] PS D:\> is doctor ✓ no legacy configurations...

bug

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.3 to 2.1.4. Commits f421a23 2.1.4 c412fa1 refactor to same pattern as v3 See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar-fs&package-manager=npm_and_yarn&previous-version=2.1.3&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts...

dependencies
javascript

**Describe the bug** When add `useNerdFont = true` in **rc.toml** (following [the guide](https://github.com/microsoft/inshellisense/blob/8dcc69b9382a69c25bd9248f2a41e9b0ea79792b/README.md#nerdfonts)), it raises an error. **My `~/.config/inshellisense/rc.toml` file:** ```toml useNerdFont = true ``` **Error:** **To Reproduce** Steps to...

bug

**Describe the bug** While entering the first command, the window with suggestion appears. Once I pick any subcommand/flag, it turns off and does not work for the next input. **To...

bug

**Describe the bug** Pressing up arrow key to navigate to previous commands activates inshellisense autofill popup for some commands and then stops navigating to previous commands. **To Reproduce** Steps to...

bug

Linked issue https://github.com/microsoft/inshellisense/issues/362

Powershell currently — and obviously — crashes if v24 is installed. Support for v24 is much appreciated. ``` PowerShell 7.5.2 node:internal/modules/cjs/loader:1898 return process.dlopen(module, path.toNamespacedPath(filename)); ^ Error: The module '\\?\C:\Users\andre\AppData\Roaming\npm\node_modules\@microsoft\inshellisense\node_modules\@homebridge\node-pty-prebuilt-multiarch\build\Release\conpty.node' was...

feature-request

**Describe the bug** I define the spec path in `~/.config/inshellisense/rc.toml` I log `loadSpecsSet` function in `src/runtime/runtime.ts:23`. It only load spec from `@withfig/autocomplete/build` **Expected behavior** Loading local spec correctly. **Environment** -...

bug