PowerShell / PowerShell/PowerShellEditorServices

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

Open
#34 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Area-IntelliSense Issue-Enhancement
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.

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.