-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terminal Suggest: Add support for other shells (eg. zsh, bash) #226562
Labels
Milestone
Comments
Tyriar
changed the title
Terminal Suggest: Add support for zsh & bash
Terminal Suggest: Add support for other shells (eg. zsh, bash)
Aug 26, 2024
63 tasks
This was referenced Nov 13, 2024
vs-code-engineering
bot
added
unreleased
Patch has not yet been released in VS Code Insiders
insiders-released
Patch has been released in VS Code Insiders
and removed
unreleased
Patch has not yet been released in VS Code Insiders
labels
Nov 19, 2024
3 tasks
vs-code-engineering
bot
removed
the
insiders-released
Patch has been released in VS Code Insiders
label
Dec 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature Request
terminal-suggest support for zsh and bash shells, similar to the existing support for Powershell:
Ideally, VS Code would pick up the completions that a user already configured for their terminal. As a zsh user (at work) and bash user (at home), I wouldn't mind if enabling this feature required some minimal
.zshrc
/.bashrc
changes (we're used to that kind of thing). It also wouldn't be a deal-breaker if I needed to hit TAB to generate the list of completions, but it'd be nice to have the completions updated after each input change.Motivation
Terminal completion pop-ups are a feature available in several newer terminals/IDE's like Warp, Fig/AmazonQ, and JetBrains/IntelliJ. I'm quite excited to see that VS Code is adding support for this! However, switching to pwsh isn't in the cards for me. Plus, my teammates all use either zsh or bash, and it's harder for me to sell the idea of using VS Code without this feature.
Beyond the obvious aesthetic improvement, having a pop-up, scrollable list of options can be quite helpful for long lists of completion options, such as
git <TAB>
:Prior Work
PR #211962 disabled the terminal-suggest feature for all shells except powershell. Therefore it seems not possible to use this feature for any other shells, even with an extension.
The text was updated successfully, but these errors were encountered: