Consider this F# script: ```fsharp let f a b = () f 1 ``` Now hit space after the `1` and see that the first parameter is highlighted:  The second parameter in the tooltip needs to be highlighted, since that is the tooltip that we're "on".