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

Feature request: visual selection a range and perform debug_print_var #447

Open
xzbdmw opened this issue Mar 4, 2024 · 1 comment
Open

Comments

@xzbdmw
Copy link

xzbdmw commented Mar 4, 2024

And it will insert print below every variable inside the visual selection range

@TheLeoP
Copy link
Collaborator

TheLeoP commented Mar 4, 2024

The current behavior of debug_print_var is to debug print everything visually selected. This allows users to debug print expressions, not only variables.

A PR adding this feature would be welcome. It wouldn't need to modify debug_print_var, but add a new function for this instead.

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

No branches or pull requests

2 participants