Ticket #5761 enhancement new
Zsh tab completion is a bit too slow to use
Description
It would appear from a quick look that most of the time is likely spent spinning up Python and searching PYTHONPATH. For me on this (albeit a bit modest and old) machine, that's a full second or two of a wait time.
I dunno what a good solution is considering searching the PYTHONPATH is certainly a nice thing. Perhaps what'd be a nice compromise would be not doing that if there's a match in the cwd?
Change History
Note: See
TracTickets for help on using
tickets.
