Skip to content

Need support Json multiple line array #3819

@iamabigartist

Description

@iamabigartist

The json array grammar need to be able to expand as multiline in the same way of json obeject:
Insert a enter then format, then the multiline will be triggered, but not only depends on line length compress. Like below:

"members": [{ "mode": "init" }, { "options": "extra1,extra2" }]

to

"members": [
	{ "mode": "init" }, 
	{ "options": "extra1,extra2" }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    lockedLocked due to inactivity

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions