This repository has been archived by the owner on May 1, 2024. It is now read-only.
Odd tab completion behavior #929
Unanswered
cyberwombat
asked this question in
CLI
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wanting to get tab completion for paths with
npm
but even with npm-completion (npm completion >> ~/.zshrc
) this doesn't work as expected. It auto completes the commands but no paths:For ex: If I type
npm test t
and then press tab I would expect it to add "test" for my test directory. What I have to do currently is mispell/add a letter such asXnpm test t
to press tab and get it working then edit the command. Ive tried removing the.zshrc
completion bit thinking it was interfering but no diff. Basically any word but "npm" at beginning whether its an actual command or not works.Do you get full path completion in your zsh setup? or an idea of what is borked.
Beta Was this translation helpful? Give feedback.
All reactions