|
Goto Definition |
Top Previous Next |
Goto definition is a context menu command which lets you quickly access the implementation of functions.
Assume your project contains the following piece of code:
sub on_sys_init()
boot()
end sub
|
Now, right-click boot() and select Goto definition of "boot":

You would then find yourself in the boot function.