Automatically expand JSON editor on double-click #29110
Unanswered
TrevorLoucks
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
JSON data that's more than 9 lines I'd rather automatically open in the expanded editor view instead of always having to double click the row then click the square in the bottom right to open the expanded view. Would be great to get this down to a one step process.
Two options:
Automatically opening the expanded view when the JSON data is longer than 9 lines in
apps/studio/components/grid/components/editor/JsonEditor.tsxAdd user preference option on which view opens for JSON data when double clicking the row.
I can create the PR if either option was okay to implement.
All reactions