Skip to content

Record props suggestion? #429

@wclr

Description

@wclr
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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions