Skip to content

Use pretty-print formatting inside cider-inspect #3643

Closed
@MicahElliott

Description

@MicahElliott

Is your feature request related to a problem? Please describe.

When stepping through in cider debugger and inspecting nested data, that data gets wrapped instead of ideally being displayed in a pretty-print view (with added newlines and indentation).

Describe the solution you'd like

Display the data using clojure.core.pprint/pprint or something similar.

Describe alternatives you've considered

The workaround now is to visit the inspector window and drill down, sometimes multiple levels. Otherwise, the inspector window often won't even need to be visited.

Additional context

This is how it looks now, pretty ugly/unreadable.

2024-04-17-141207_scrot

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions