dotnet / dotnet/fsharp

Signature Help triggers at function definition when adding a new parameter to existing definition at the 0th slot

Open
#11,903 10 comments 0 reactions 0 assignees View on GitHub
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:**

![image](https://user-images.githubusercontent.com/6309070/127374910-8cfd7a4d-5bfb-45ce-bffa-5a4e2cec5ef9.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.