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

Named Arguments in Aliases for Auto Completion #1888

Open
cmprmsd opened this issue Feb 13, 2025 · 0 comments
Open

Named Arguments in Aliases for Auto Completion #1888

cmprmsd opened this issue Feb 13, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@cmprmsd
Copy link
Contributor

cmprmsd commented Feb 13, 2025

Is your feature request related to a problem? Please describe.
When working with dotnet tooling as Sliver aliases I sometimes miss auto completion as it is available for extensions.

Describe the solution you'd like
Currently there is already an argument definition for extensions implemented in Sliver. However, this does not apply to aliases.

Example:

"arguments": [
    {
      "name": "target",
      "desc": "target host",
      "type": "string",
      "optional": false
    }
  ]

It would be great to have autocompletion on the execute-assembly itself first and on the defined arguments, when the user typed "--" to end the arguments for execute-assembly itself.

Additional context
I know 1.6 is already feature creeped with 1300 commits since the last release, so this might be an idea for next year. 😁
Btw, does the command history work correct for you on the latest master? When I press up often the command line is empty or only a partial command is loaded from my history.

@rkervella rkervella added the enhancement New feature or request label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants