I am using PB11.5. When check scripts, there many function/event call. I want to navigate the function quickly. For example,
uo.myfunction() // the uo maybe in another pbl.
open(w_1) // then I want to open w_1 by dbclick or right click, no need to find out w_1 in Object Browser, then open it
Is it possible to open script for myfunction() with double click or right click like Visual Studio or Eclipse?