Replies: 2 comments 3 replies
|
No, it isn't currently possible. We're tracking this in #1507 if you'd like to comment/upvote! |
0 replies
|
I see #1507 was resolved with #15154 |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to add a keybinding that would pass the content of the active console line input to my function.
In RStudio, I could do it using
rstudioapi::getActiveDocumentContext()orrstudioapi::getConsoleEditorContext(). In Positron, none of this works:getActiveDocumentContext()returns only code editor context, even if console is active, andgetConsoleEditorContext()is "not found". Are there any workarounds available?All reactions