mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-11 02:15:10 -05:00
fix(45999): show parameter inlay hints before initializer (#46040)
This commit is contained in:
@@ -279,7 +279,7 @@ namespace ts.InlayHints {
|
||||
continue;
|
||||
}
|
||||
|
||||
addTypeHints(typeDisplayString, param.end);
|
||||
addTypeHints(typeDisplayString, param.name.end);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user