Two other tips:
- You can also use it in an HTML file to search based on the id attribute
- If you double-click an identifier before invoking Go to Definition, it will prepopulate that text as the search term and jump to it if a match is found. Very handy quick way to jump to the definition of a JS function if it's within the same file.
- Peter