How can I load Swift auto completions for my ZSH shell, i.e. when I type swift [TAB] it should show possible sub-commands.
You can achieve that by using swiftpm zsh plugin from ohmyzsh repository.
If you are using ohmyzsh, just add swiftpm plugin in your .zshrc file:
plugins=(
swiftpm
)
and restart terminal.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With