inshellisense
inshellisense copied to clipboard
IDE style command line auto complete
**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...
**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....
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...
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...
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.
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...
**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...
**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...
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...
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