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

[inspector] Add function and binding for toggling view mode #3692

Merged
merged 2 commits into from
Jun 2, 2024

Conversation

alexander-yakushev
Copy link
Member

@alexander-yakushev alexander-yakushev commented May 31, 2024

Following clojure-emacs/cider-nrepl#879, this PR adds support for view mode toggling.


  • You've updated the changelog (if adding/changing user-visible functionality)
  • You've updated the user manual (if adding/changing user-visible functionality)

@alexander-yakushev alexander-yakushev marked this pull request as ready for review June 2, 2024 11:34
@alexander-yakushev
Copy link
Member Author

Ready for review.

Copy link
Member

@vemv vemv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@@ -76,6 +76,10 @@ You'll have access to additional keybindings in the inspector buffer
| `cider-inspector-set-max-atom-length`
| Set a new maximum length above which nested atoms (non-collections) are truncated

| kbd:[v]
| `cider-inspector-toggle-view-mode`
| Switch the rendering of the current value between `:normal` and `:object` view mode.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If possible expand this section to increase discoverability

@alexander-yakushev alexander-yakushev merged commit 5f79b02 into master Jun 2, 2024
38 of 39 checks passed
@alexander-yakushev alexander-yakushev deleted the view-mode branch June 2, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants