How to Navigate to a Function
Last updated
Last updated
OXIDE provides a list of all the functions in any .js
file.
Make sure you are in an active editor
Run the Go to Symbol... action
3. Use the pop-up search to quickly navigate across functions.
If you intend on using this action often, you can bind this action to a more accessible keyboard shortcut via "IDE Settings" in OXIDE.
Go to definition
On any function in the editor, you can use the key combination [meta] + <click>
on the function name, to go to the definition.