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

Inline value polish (viewport truncation + hover) #239259

Open
Yoyokrazy opened this issue Jan 30, 2025 · 0 comments
Open

Inline value polish (viewport truncation + hover) #239259

Yoyokrazy opened this issue Jan 30, 2025 · 0 comments
Assignees
Labels
feature-request Request for new features or functionality notebook-execution Issues related to running cells in a notebook

Comments

@Yoyokrazy
Copy link
Contributor

Right now inline values in both the debugger and notebook cell execution have a truncation cutoff of 150 characters, and then are replaced with an ellipses. Thinking about looking into using the viewport size to do this (maybe see word wrap code?).

However, if we truncate more aggressively that will potentially just lead to data loss for longer values (dataframes could get hit by this overly hard) and ideally there could be a hover contributed to these decorations.

cc/ @connor4312

@Yoyokrazy Yoyokrazy added feature-request Request for new features or functionality notebook-execution Issues related to running cells in a notebook labels Jan 30, 2025
@Yoyokrazy Yoyokrazy self-assigned this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality notebook-execution Issues related to running cells in a notebook
Projects
None yet
Development

No branches or pull requests

1 participant