PowerShellEditorServices icon indicating copy to clipboard operation
PowerShellEditorServices copied to clipboard

Signature help request should be able to identify the parameter that the user is typing

Open daviwil opened this issue 10 years ago • 0 comments

In VS Code, the signature help window appears when the user is typing a command to give them hints about parameters.

image

It also has the ability to highlight the current parameter while the user is typing. The internal logic for finding parameter hints at the cursor should be able to determine which parameter the user is typing in and return its index so that the UI knows which parameter to highlight.

daviwil avatar Nov 16 '15 14:11 daviwil