Assign a special name to the last console output. #1789
Replies: 5 comments
-
Debug console itself is handled by VS Code. Moving this to the right repo for further discussion. |
Beta Was this translation helpful? Give feedback.
-
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
Beta Was this translation helpful? Give feedback.
-
I think I would send this back to you @karthiknadig, having a special value like this would have to be something that the debug adapter would do, does that make sense? VS Code can't change how a command is evaluated |
Beta Was this translation helpful? Give feedback.
-
@roblourens Thanks for clarifying, I read this completely wrong when I moved it. This should go to |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestion. Moving to a discussion item for up votes. |
Beta Was this translation helpful? Give feedback.
-
Feature Request
I would be cool if you could access the last (and maybe second-to-last) values returned from debug console evaluations via a special name (like maybe "_" and "__"), similar to ipython and other interactive REPL.
Beta Was this translation helpful? Give feedback.
All reactions