|
The content outline feature added for JavaScript projects by JSEclipse allows the developer to save time when working with multiple classes and functions by displaying their names.
The Outline panel is usually displayed on the right side of the screen. If it is not visible, you can open it by selecting Window > Show View > Outline.
In the sample image below, the Outline panel displays the functions and classes defined in a sample JavaScript file. The file defines the class person, and several functions. The Outline panel displays the methods of the Person class, as well as the parameters it uses. You can easily distinguish between the two due to their different icons.
By clicking on an item in the Outline panel, the cursor in the editor main window is positioned at its definition. This makes locating functions easy.