Sublime Forum

Jump Forward and Jump Backward doesn't work as expected

#1

Sublime Version 3.0 3143
Windows Server 2016 Standard

If I edit a Python file (base.py) and I hover over a Class and click on “Definition base.py:518” it jumps to the Class Definition. Then if I use Alt + “-” to Jump Back it does not jump to the Line where i started. It jumps back one line before. If I then use Alt + Shift + “-” nothing happens. The console write then: “command: jump_forward”.

How can I fix that or is the Python File to complex ?

0 Likes

Jump Back doesn’t work as expected
#2

this is a known bug which you can fix by editing Packages/Default/symbol.py

0 Likes

#3

Thank you @kingkeith. I use F12 now for the Definition Jumps. This way it seems to work. Instead the hovering has Bugs as you said.

0 Likes