PowerShell / PowerShell/PowerShellEditorServices
Signature help request should be able to identify the parameter that the user is typing
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 767
- Forks
- 266
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 1
Description
In VS Code, the signature help window appears when the user is typing a command to give them hints about parameters.

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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the internal logic that finds parameter hints at the cursor and trace how signature help is passed to the VS Code UI. Confirm the current parameter index can be returned for a typed command, and verify that the signature help window highlights that parameter.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, powershell, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100