dotnet / dotnet/fsharp

FSharpParameter.ImplementationLocation returns sig range

Open
#6,201 2 comments 0 reactions 0 assignees View on GitHub
Area-LangService-Navigation Bug Impact-Low
Dominant language
F#
Stars
4.3k
Forks
876
Avg merge
4d 22h
Merged PRs (30d)
144

Description

When getting function/method implementation parameters via `FSharpMemberOrFunctionOrValue.CurriedParameterGroups`, there's no way to get implementation locations.

```fsharp
module M
val f a:int -> int
```
```fsharp
module M
let f a = a + 1
```

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.