Union Cases on Top of Completion List
Open
Area-LangService-AutoComplete
Feature Request
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
Given
```fsharp
type DU = A | B
let f (x: DU) = ()
```
results in a completion list that doesn't priorize the labels of type `DU`. I suggest to the labels on top of the list.

**Links**
https://twitter.com/vzarytovskii/status/1660202383605891074
Contributor guide
Assessment
This issue has not been assessed yet.