Start typing this:
```
(function (x) { console.log(x); })(
```
I expect a signature help coming up for the function, showing parameter `x`, but there's nothing.
```
(function (x) { console.log(x); })(
```
I expect a signature help coming up for the function, showing parameter `x`, but there's nothing.