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

Allow printing out + copying of full variables in VSCode #1040

Closed
Try431 opened this issue Nov 28, 2023 · 1 comment
Closed

Allow printing out + copying of full variables in VSCode #1040

Try431 opened this issue Nov 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Try431
Copy link

Try431 commented Nov 28, 2023

Your proposal
Right now, it seems impossible to print out or copy a variable without the value being truncated by ellipses. I've looked around, but haven't found an option that allows this. Whether I print out the value in the debug console, or use the Variables or Watch side panel, all values keep getting truncated by ellipses.

it would be a great help! I don't know if this is something that this gem has control over, or if this is on VSCode to support.

@ko1 ko1 added the enhancement New feature or request label Dec 5, 2023
@ko1
Copy link
Collaborator

ko1 commented Dec 5, 2023

Now you can write a text into the file like File.write('/tmp/memo', obj.inspect) (or directly to the clipboard with platform dependent way like pbcopy on macos) on debug console.
Sorry I'm not sure how to provide further way.

Please reopen if someone have good idea.

@ko1 ko1 closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants