Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative line wrapping option for large arrays & small arrays #2

Open
CarlosNZ opened this issue May 23, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@CarlosNZ
Copy link
Owner

CarlosNZ commented May 23, 2023

Rather than this:
Screenshot 2023-06-02 at 11 29 33 AM

Something like this would look better:

>hoursSchedule: [ 24 items
  0, 1, 2, 3, 4, 5, 6, 
  7, 8, 9, 10, 11, 12,
  13, 14, 15, 16, 17,
  18, 19, 20, 21, 22,
  23
]

Would affect both the collection layout and the JSON.stringify() display when editing, so not trivial to do nicely.

Similarly for "small" arrays, it would look nicer if they were all on one line.

@CarlosNZ CarlosNZ added the enhancement New feature or request label May 23, 2023
@CarlosNZ CarlosNZ changed the title Alternative line wrapping option for large arrays Alternative line wrapping option for large arrays & small arrays Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant