Signature Help triggers at function definition when adding a new parameter to existing definition at the 0th slot
Open
Area-LangService-ToolTips
Bug
Impact-Medium
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
Consider the following function:
```fsharp
let f x y = x + y
```
Now hit space after `f`, like you're trying to add a new parameter at the 0th position.
**Expected:** No tooltip
**Actual:**

Contributor guide
Assessment
This issue has not been assessed yet.