Nuclide provides a Context View to easily navigate between symbol’s and their definitions in your code.


Toggling

To toggle the Context View panel, you can:

  1. Press Cmd-I (Ctrl-I on Linux).
  2. Go to the Nuclide | Context View | Toggle menu.
  3. Click on the Toggle Context View button on the Nuclide toolbar.

Definition Preview

When you click on a symbol in the Editing Area, the symbol’s definition will be highlighted in the Context View panel.

Clicking on the Open in main editor button at the bottom of the Context View panel moves the cursor to that definition be it in the current file or a different one.

Context View currently supports Hack, Python, Objective-C and C++ files.