Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

info command doesn't have custom tab completion #673

Open
dominikh opened this issue Dec 31, 2024 · 1 comment
Open

info command doesn't have custom tab completion #673

dominikh opened this issue Dec 31, 2024 · 1 comment

Comments

@dominikh
Copy link

When typing info is_emp<TAB>, it completes to info is_empty(, including the trailing opening parenthesis. More generally, info <TAB> offers the same 856 candidates that <TAB> on an empty line would.

@sharkdp
Copy link
Owner

sharkdp commented Jan 1, 2025

Thank you for reporting this.

It would be nice if we can fix this. There might be some clash between the "language" Numbat (which doesn't know about commands such as info) and the Numbat REPL, but since we implement tab-completion for specific "frontends", this should be fine. Maybe we even have some command-specific command-completion already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants