signatureHelp resets selected index while completing overload #25208
Labels
Needs Proposal
This issue needs a plan that clarifies the finer details of how it could be implemented.
Suggestion
An idea for TypeScript
VS Code Tracked
There is a VS Code equivalent to this issue
From microsoft/vscode#52750
TypeScript Version: 3.0.0-dev.20180623
Search Terms:
Code
After
'a'
in the call tofoo
, type,
then{
Expected behavior:
After typing
,
, the sig help picks up that we are on the first overload. After typing the{
, we still should have the first overload selectedActual behavior:
After typing the
{
, we go to the genericstring
overload. Here are the relevant logs:The text was updated successfully, but these errors were encountered: