-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
enhancementNew feature or requestNew feature or requestfundFundable with polar.shFundable with polar.sh
Description
Request
-
PSCompletions is a completion manager for a better and simpler tab-completion experience in PowerShell.
-
This is the current effect when PSCompletions and Carapace collaborate.
-
The help information and completion items are together, which I think is not clear enough.
-
I guess it might be implemented in the following way.
[CompletionResult]::new('agent', 'agent (Work with agent tasks (preview))', [CompletionResultType]::ParameterName, ' ')
-
But it is not the standard way in PowerShell.
-
To be compatible with previous ways, I suggest adding a parameter to change it to the standard way.
carapace _carapace --tooltip | Out-String | Invoke-Expression
[CompletionResult]::new('agent', 'agent', [CompletionResultType]::ParameterName, 'Work with agent tasks (preview)')
-
So, in PSCompletions, it can display the best effect like this.
Proposed solution
No response
Anything else?
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfundFundable with polar.shFundable with polar.sh