A continuation of this question, I rely on the go-to-definition
function in Juno (Ctrl-j Ctrl-g
), but it’s not functioning optimally for me. (User error I’m sure.)
Because I’m forgetful, I often need to alternate quickly between the context of the function call and its definition. Doing so is cumbersome in Juno. The problem is that return-from-goto
returns the cursor not to the function whose definition I was just querying, but rather to the beginning of that line. Is there a way to modify this behavior so that returning from goto always returns to the same spot in the file?
Thank you!