-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Code folding in logger [UX] #108
Labels
Comments
arunoda
pushed a commit
that referenced
this issue
Apr 18, 2016
A new UI element 'foldable' has been added. It allows code folding for the console. It mirrors the behavior found in most browser consoles, which is to start collapsed and expand upon selection.
This is implemented with #111 and released as |
wyattdanger
pushed a commit
to wyattdanger/react-storybook
that referenced
this issue
Apr 26, 2016
A new UI element 'foldable' has been added. It allows code folding for the console. It mirrors the behavior found in most browser consoles, which is to start collapsed and expand upon selection.
This was referenced Mar 12, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can use react-codemirror or ace editor to enable code folding in the logger so that the logged object doesn't take the whole space just like you get in the console. If you want to see it, you can open it. We can keep that in read only mode. We can also have syntax highlighting this way.
For a lightweight solution we can use JSONView or this
The text was updated successfully, but these errors were encountered: