#1043·Recaf

Keybind to jump to line

Author: mega12345megaCreated Aug 4, 2026Updated Sep 16, 2026
Labelsenhancement

Keybind to jump to line

Assembler view

A keybind like Ctrl+L that shows a popup to enter a line number and then jumps to it would be helpful when looking at stack traces.

Decompile view

I saw that showing line numbers is problematic (https://github.com/Col-E/Recaf/issues/753), but I wasn't sure if mapping back to the decompiled code on just a few instructions at a time is easier. If not, at least jumping to the top of the method that contains the line of code would be helpful.

(Note that in obfuscated stack traces, the method name is often not enough to find the method)