-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat: Add custom completer for cargo <TAB> to complete aliases defined in config.toml #15319
feat: Add custom completer for cargo <TAB> to complete aliases defined in config.toml #15319
Conversation
r? @weihanglo rustbot has assigned @weihanglo. Use |
This comment has been minimized.
This comment has been minimized.
6d215f4
to
d2dc2f8
Compare
Could you shed some light why would this fail? This seems to me that the compiling output is different? since I'm not working with x86_64 linux, could it be some platform specific error?
|
@nooma-42 I'll look into build-std failure today. |
A rebase onto master should fix the CI failure. |
f5da632
to
195a6f9
Compare
74aba4d
to
c9adff5
Compare
c9adff5
to
7e98310
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
What does this PR try to resolve?
Related to #14520
This PR introduces auto-completion for the
cargo <TAB>
option. When a user typescargo <TAB>
and presses the TAB key, the system will automatically suggest aliases defined inconfig.toml
How should we test and review this PR?
To verify this feature, follow these steps:
cargo <TAB>
2025-03-17.4.32.11.mov