fix(45999): show parameter inlay hints before initializer (#46040)

This commit is contained in:
Oleksandr T
2021-09-29 19:28:23 +03:00
committed by GitHub
parent 2667c6013c
commit 8a2f5b2a6b
2 changed files with 23 additions and 1 deletions

View File

@@ -279,7 +279,7 @@ namespace ts.InlayHints {
continue;
}
addTypeHints(typeDisplayString, param.end);
addTypeHints(typeDisplayString, param.name.end);
}
}