Code completion doesn't work inside Or pattern
Open
Area-LangService-AutoComplete
Bug
Impact-Low
Regression
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
Consider code completion is triggered after `|` in this code:
```fsharp
module Module
match () with
| (_ | )
```
Expected: types, union cases, literals, and active patterns are provided
Actual: the items are not provided
This may be related to either changes in the parser or to completion filtering.
Contributor guide
Assessment
This issue has not been assessed yet.