-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shift enter to empty cell doesn't place the new cell in a visible location on screen #134607
Comments
This is a VS code core issue. |
This can happen in Jupyter lab too. What happens here is:
I think in this scenario it is by design. My understanding of what happens in shift+enter is that the focus is really still on cell A. But I don't understand why people want it to work that way. |
There is another request microsoft/vscode-jupyter#5186 which asks for exactly the opposite. |
Exactly, but Jupyter lab's behavior doesn't make sense to me |
Playing around this again, what VS Code does now is, shift+enter reveals cell B in center and focuses it, since it's focused cell, the height change of cell A won't change the visual position of cell B. @roblourens correct me if it's not the behavior you would expect. |
Not 100% sure what's happening here, but it might just be the output arriving and pushing down the focused cell. But it's not a good shift enter experience as my cell focus is on the next cell, but I can't see it on screen at all.
The text was updated successfully, but these errors were encountered: