Jump to handler

I’ve searched and haven’t found it yet, so I will ask here. Is there an easy way to jump to the definition of a handler/function from the editor, at a location in a script that uses that handler/function?

So for example I have something called importApplication defined in script A. I call that in script B. I need a way, while editing in script B to select importApplication and jump to the definition found in script A.

Thanks,
Mike

No, there’s currently no method for doing this. If you refer to just a script, then you can use the “Show Resource” option to open the script, but you can’t access a handler within a script that way.