dotnet / dotnet/fsharp

Code completion doesn't work inside Or pattern

Open
#16,055 6 comments 0 reactions 0 assignees View on GitHub
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

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.