Currently, when using:
"calva.outputDestinations": {
"evalResults": "output-view",
"evalOutput": "output-view",
"otherOutput": "output-view"
}
the output-view does not support line wrapping. This can become problematic when inspecting larger logged structures, stack traces, JSON payloads, or long single-line outputs, because horizontal scrolling is constantly required.
The output-view is otherwise very appealing due to its clean visual presentation, so it would be great if users did not have to choose between performance/UX and readability.
Currently, when using:
the
output-viewdoes not support line wrapping. This can become problematic when inspecting larger logged structures, stack traces, JSON payloads, or long single-line outputs, because horizontal scrolling is constantly required.The
output-viewis otherwise very appealing due to its clean visual presentation, so it would be great if users did not have to choose between performance/UX and readability.