-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Test: terminal suggest spec additions #241771
Labels
Milestone
Comments
This was referenced Feb 25, 2025
Closed
This is pretty cool and useful 👏 |
This was referenced Feb 25, 2025
This was referenced Feb 25, 2025
This was referenced Feb 25, 2025
This was referenced Feb 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refs #239519, #239515, #241392
Complexity: 5
Authors: @meganrogge, @Tyriar
Roles: Developer, Engineering Manager
Create Issue
Overview
We’ve significantly improved shell completions across several shells—bash, zsh, fish, and pwsh - adding specs and improving parsing of the command line to provide better suggestions.
The new specs are:
apt
,brew
,cat
,chmod
,chown
,cp
,curl
,df
,du
,echo
,find
,grep
,head
,kill
,killall
,less
,ls
,mkdir
,more
,mv
,nano
,node
,npm
,npx
,nvm
,pnpm
,ps
,pwd
,python
,python3
,rm
,rmdir
,scp
,ssh
,tail
,top
,touch
,uname
,vim
,wget
, andyarn
Pre-requisites
Ensure that
terminal.integrated.suggest.enabled
is enabled in your settings.Further customize settings under
terminal.suggest
as needed.Testing Instructions
&&
. Subcommand and argument suggestions should still work.The text was updated successfully, but these errors were encountered: