Inline parameter name hints work weirdly with slices
Open
Area-LangService-Hints
Bug
Impact-Medium
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
This code:
```fsharp
let collection = [ 0; 1; 2 ]
let test = collection[1..]
```
Produces the following hint:

Shouldn't be there really.
_Originally posted by @xperiandri in https://github.com/dotnet/fsharp/issues/14401#issuecomment-1721503196_
Contributor guide
Assessment
This issue has not been assessed yet.