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. |
|
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! |
|
I think I would send this back to you Karthik Nadig (@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 |
|
roblourens Thanks for clarifying, I read this completely wrong when I moved it. This should go to |
|
Thanks for the suggestion. Moving to a discussion item for up votes. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions