Cross-File Navigation in JavaScript Files

When you have a variable or function declared in more than one file, you can use the IDE to navigate between files and display function or variable instances.

Go To Declaration

Press Ctrl and hold the cursor over a line of code. Left-click the variable name. When the IDE is not sure about the type of your variable (and therefore the target function) it offers you a popup menu of all declarations of the variable across your project.

Open Type

Press Ctrl-O/Command-O and quickly jump to any of your functions, across files.


Legal Notices