Navigating console history goes line by line in multiline statements #4905
Replies: 2 comments
-
I believe this is the same as #2430. Want to take a look and see if you have additional info to add? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Indeed I had missed it, I don' t have any details to add so closing this. Thank you |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I think this is a bug but maybe I missed it in the issue tracker (I looked for "console history") so posting here to be sure.
When I navigate code history in the console, multi-line statements are considered as individual lines when using the "down" arrow key to go towards more recent calls:
Screencast.from.2024-10-04.21-32-36.webm
In Rstudio, using the down arrow wouldn't go individually over all lines, which I think is a more desirable behavior.
Beta Was this translation helpful? Give feedback.
All reactions