FSharpParameter.ImplementationLocation returns sig range
Open
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
Assessment
This issue has not been assessed yet.