PhpStorm provides the parameter name inlay hints:  The call of `foo()` function shows the names of parameters: `foo` and `bar`. VS Code seems to provide the API of inlay hints, for example the below shows how rust-analyzer use inlay type hints. 