I created a patch against SublimeCodeIntel that can do this when you do "jump to definition" (alt+click or ctrl/cmd+f3).
It's at https://github.com/optilude/SublimeCodeIntel for now, though I sent Kronuz a pull request.
I was thinking about whether to make it more general, e.g. have something that worked on every change of focus. But I'm not sure how to do it so that it doesn't have a "back" action for every single movement of the caret, which seems pretty silly.