-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Hello there 👋
I just installed the latest RC of 2.4.0 and wanted to try the new autocompletion feature. But I have troubles to get it working 🙂
I am on Ubuntu 22.04 and normally I am using zsh, but to try the feature I switched to bash.
I tried to execute the commands stated in the docs, and I would expect that composer update symfony <tab>
will now show me some Symfony packages to update, but nothing happens.
I then had a look for using bash autocompletion with zsh and found this on SO https://stackoverflow.com/questions/3249432/can-a-bash-tab-completion-script-be-used-in-zsh
This works like a charm. 👍
Thanks in advance for your help and thanks for your work on Composer! ❤️
PS: Everything else seems to work fine so far, I really like the audit
command