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

Option to show name of current argument #357

Open
jmoore34 opened this issue Mar 24, 2022 · 1 comment
Open

Option to show name of current argument #357

jmoore34 opened this issue Mar 24, 2022 · 1 comment
Labels
A-Completions Area: Tab completion and inline hint completions enhancement New feature or request

Comments

@jmoore34
Copy link
Contributor

A feature from zsh-autocomplete.

swapfile1

This is quite useful when it's tricky to remember the order of the arguments. For instance the argument order of git merge and git rebase can be tricky to remember since they're "reversed" in a way (git merge A B merges A into B, while git rebase A B rebases B on top of A).

Somewhat related: #356

@jmoore34 jmoore34 added the enhancement New feature or request label Mar 24, 2022
@sholderbach
Copy link
Member

That sounds like a nice addition. Would probably best be implemented as an additional tooltip/status bar widget with a corresponding trait to make the language specific feature implementable.

@sholderbach sholderbach added the A-Completions Area: Tab completion and inline hint completions label Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Completions Area: Tab completion and inline hint completions enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants