JavaScript Outline View

Oxygen XML Editor plugin present a list of all the components of the JavaScript document you are editing in the Outline view. By default, it is displayed on the left side of the editor. If the view is not displayed, it can be opened from the WindowShow View menu.

JavaScript Outline View

The following icons decorate the elements in the Outline view depending on their type:

  • - function
  • - variable
  • - object
  • - property
  • - method

The contextual menu of the JavaScript Outline view contains the usual Cut, Copy, Paste, and Delete actions. From the Settings menu, you can enable the Update selection on cursor move option to synchronize the Outline view with the editing area.

Was this helpful?