This topic describes common tasks within the Source Editor for navigating within your code and browsing source.
To perform this task | Follow these steps |
---|---|
Go to a View, Package, Function or Procedure of the current file. | Select the element from the navigator and double click on it. |
Go to the definition of a Package Body/Function/Procedure. | Place the cursor on the particular code segment, right click and select Go To Definition. |
Go to the implementation of a Package/Function/Procedure. | Place the cursor on the particular code segment, right click and select Go To Implementation. |
Go to the definition of a Local Method/Variable. | Ctrl-Click on the identifier. |
Go to the alias definition. | Ctrl-Click on the identifier. |
Go to the implementation of a Package/Procedure/Function used. | Ctrl-Click on the identifier. |