Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#6499·xonsh

Completer: Try to make python completer non exclusive

Author: anki-codeCreated Jun 1, 2026Updated Jun 1, 2026
Labelscompleterpriority-medium

In https://github.com/xonsh/xonsh/issues/5283 we have a case:

xsh
cd /tmp
touch lest.txt
somecmd le<Tab>
# python completer

This is because python completer is exclusive. We need to try to make it non-exclusive to have lest.txt in the list.

Source: xonsh/xonsh

View original on GitHubView discussion on GitHub