Command line tab-completion

Unlike other popular package managers, which usually require plugins, pnpm supports command line tab-completion for Bash, Zsh, Fish, and similar shells.

To setup autocompletion, run:

  1. pnpm install-completion

The CLI will ask for which shell to generate the autocompletion script. Alternatively, the target shell may be specified in the command line:

  1. pnpm install-completion zsh

To see examples of completion, read this article.

Fig (on macOS only)

You can get IDE-style autocompletions for pnpm with Fig. It works in Bash, Zsh, and Fish.

To install, run:

  1. brew install fig