You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for such an excellent product! The overall experience with vscode jupyter is great.
But at the same time, there are a few things that I think can improve the experience:
It is hoped that the same variables can be highlighted across cells.Currently, only the same variable in the same cell can be highlighted.
When the Ese key is pressed to focus on the cell container, if the Ese key is pressed again or multiple times, the cell cannot be run using the shortcut keys Ctrl + Enter or Shift + Enter. This has some impact on the experience. Is it possible to automatically focus when using Ctrl + Enter or Shift + Enter, so that the current cell can execute normally and avoid inadvertent failure?
Looking forward to a more perfect experience, thank you!
The text was updated successfully, but these errors were encountered:
For the second, that sounds like a bug, but I'm not able to repro - after pressing escape multiple times, I can still run the cell with shift/ctrl+enter. Does the cell still appear focused? Are you on the latest version of vs code?
amunger
added
info-needed
Issue requires more information from poster
bug
Issue identified by VS Code Team member as probable bug
and removed
feature-request
Request for new features or functionality
labels
Oct 9, 2023
amunger
changed the title
Cross-cell highlighting and execute shortcut key optimization.
shift+enter no longer runs a cell after pressing esc multiple times
Oct 9, 2023
Thanks for the reply. I'm using the latest version of vscode.
After pressing escape multiple times, the cell still appears focused, but when I press shift/ctrl+enter, the cell does not execute normally. In addition, when I press shift+enter, the next cell will be focused but the previous cell is not executed.
Thank you very much for such an excellent product! The overall experience with vscode jupyter is great.
But at the same time, there are a few things that I think can improve the experience:
Ese
key is pressed to focus on the cell container, if theEse
key is pressed again or multiple times, the cell cannot be run using the shortcut keysCtrl + Enter
orShift + Enter
. This has some impact on the experience. Is it possible to automatically focus when usingCtrl + Enter
orShift + Enter
, so that the current cell can execute normally and avoid inadvertent failure?Looking forward to a more perfect experience, thank you!
The text was updated successfully, but these errors were encountered: