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** inshellisense does not run. **To Reproduce** Steps to reproduce the behavior: 1. Install in the usual way and verify using `is doctor`. 2. Using a clean PowerShell...

bug

**Describe the bug** When opening a shell using the context-menu command of "open here", the session should open with its current directory being the folder where I clicked that command....

bug

i search "nu" ("" no, only nu) lattest press win key. and open a terminal: this is a text start and finish after basic commands of is -c etc Environment...

bug

It does not behave well on Powershell, takes around 10-20 seconds to load if I add the script in the PowerShell profile. Moreover, if I select anything from suggestions the...

bug

When inside inshellisence, using up or down arrows will not bring up commands from the command history. Applicable to PowerShell, not tested with bash or other shells.

bug

the command check in pwsh/powershell configs is wrong. `"-Command"` won't match `"-command"` or `"-c"`. VSCode & other terminals use the `-c` option and expect it to be interactive, so this...

bug

**Describe the bug** Attempting to install on Arm64 Windows fails with "Prebuild binary missing for platform" **To Reproduce** Steps to reproduce the behavior: 1. use `npm install -g @microsoft/inshellisense` to...

bug
blocked

**Is your feature request related to a problem? Please describe.** Pretty much all of the CLI tools I (and many Mac users) use are installed via Brew, which also means...

feature-request

I must type the full command that I want to run. I hope that inshellisense can support command suggestion. For example, if I type l in console, I can choose...

feature-request

Upgrading conpty along with the new version (no longer buffering OSC codes) will fix a number of issues with inshellisense. Tracking https://github.com/microsoft/vscode/issues/224488

feature-request