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

Add sorting to debug panel in formula editor #7986

Open
blancoberg opened this issue Mar 4, 2025 · 5 comments
Open

Add sorting to debug panel in formula editor #7986

blancoberg opened this issue Mar 4, 2025 · 5 comments
Labels
Feature Request New feature request

Comments

@blancoberg
Copy link
Contributor

The debug panel gets a bit cluttered when you have lots of custom variables in the state object.
Maybe we could separate the entries by sorting the custom variables on the top ( or bottom, whatever is best ), and also give them a unique color?

Image

@blancoberg blancoberg added the Feature Request New feature request label Mar 4, 2025
@mkruselj
Copy link
Collaborator

mkruselj commented Mar 5, 2025

Agreed on grouping them (atop I think is better). I don't think they need a different color.

We also don't need parens for "function" there, will declutter things some more.

@blancoberg
Copy link
Contributor Author

@mkruselj or maybe remove functions all together? There isnt much value in showing them in the debugger.
Or atleast dont show functions that belongs to an object/class.

@mkruselj
Copy link
Collaborator

mkruselj commented Mar 5, 2025

Makes sense to me.

@blancoberg
Copy link
Contributor Author

@mkruselj makes sense to keep or remove?

@mkruselj
Copy link
Collaborator

mkruselj commented Mar 5, 2025

Remove, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature request
Projects
None yet
Development

No branches or pull requests

2 participants