elm-language-server
elm-language-server copied to clipboard
Record props suggestion?
type alias Type =
{ tag : String
, data : Json.Encode.Value
}
t : Type
t =
{ -- <= tag, data should be suggested
}
Expected Behavior
Suggested props are shown when filling a record value.
Current Behavior
A general list of keywords is shown in the suggestion list.

If I start to type with right letter it shows the suggestion (though only the name):

Context
Your Environment
- Version used: elm 0.19.1
- Editor name and version (e.g. VSCode 1.36.1): 1.51.0-insider e5c0007ce0e9a3816679cba674d03376c03726e3 x64
- Environment name and version (e.g. node.js 5.4): v14.4.0
- Operating System and version: Windows 10