PowerShellEditorServices icon indicating copy to clipboard operation
PowerShellEditorServices copied to clipboard

Show parameter help in the parameter tooltips

Open MartinGC94 opened this issue 1 year ago • 7 comments

Prerequisites

  • [X] I have written a descriptive issue title.
  • [X] I have searched all issues to ensure it has not already been reported.

Summary

Similar to how the completion tooltip for commands include a summary of the command, it would be nice if the parameters also included the parameter help. So for ls -Path the tooltip would show:

[string[]]
Specifies a path to one or more locations. Wildcards are accepted. The default location is the current directory (`.`).

Proposed Design

No response

MartinGC94 avatar Oct 22 '24 21:10 MartinGC94