Testing #22287 https://github.com/microsoft/vscode-python/assets/2644648/d1599439-345a-4132-99ad-cfb709df197d ``` 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.