elm-language-server icon indicating copy to clipboard operation
elm-language-server copied to clipboard

Record props suggestion?

Open wclr opened this issue 5 years ago • 0 comments

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.

image

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

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

wclr avatar Oct 29 '20 16:10 wclr