Closed
Description
Testing #22287
Screencast.from.10-24-2023.03.00.48.PM.webm
def foo():
return 1
foo()
- put your cursor on line 1 col 2 (basically anywhere inside of the word
def
) SHIFT+ENTER
- 🐛 notice the cursor going down and then right
Instead it should just jump to where it should end and not have this visual two step process.