-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Open
Labels
Domain: LS: Signature HelpInformation in editor tooltips when invoking a function callInformation in editor tooltips when invoking a function callNeeds ProposalThis issue needs a plan that clarifies the finer details of how it could be implemented.This issue needs a plan that clarifies the finer details of how it could be implemented.SuggestionAn idea for TypeScriptAn idea for TypeScript
Description
TypeScript Version: 3.3.0-dev.20181214
Search Terms:
Code
For a simple TS File:
function foo(x: number, i: { ab: number, cd: number }) { }
foo(1, {Trigger signature help on last line.
Problem:
We currently just display the entire type in signature help:
Some possible quality of life improvements:
- Underline which parameter you are currently typing and show its documentation
- Show which parameters have already been completed vs which ones are missing
This is likely not supported by the current VS Code api. Opening this issue for further discussion on how this could be improved
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Domain: LS: Signature HelpInformation in editor tooltips when invoking a function callInformation in editor tooltips when invoking a function callNeeds ProposalThis issue needs a plan that clarifies the finer details of how it could be implemented.This issue needs a plan that clarifies the finer details of how it could be implemented.SuggestionAn idea for TypeScriptAn idea for TypeScript
