Skip to content
Harry Pantazis edited this page Jun 9, 2017 · 1 revision

The perspective adds menu items and toolbar buttons.

Selecting the Scheme Perspective

To switch to the Scheme perspective, select the Window/Open Perspective/Other.. menu item and double-click on the Scheme perspective:

You will then see the following on the perspective bar:

and the following menu will appear in the menu bar:

as well as the following buttons in the toolbar:

Finding Scheme Symbols

A nice feature of the Scheme perspective is the Find Symbol action. The default key binding for this action is Ctrl-F12.

The Find Symbol action pops up a dialog box asking for a Scheme symbol:

Simply enter the prefix of the desired symbol and all the symbols with the given prefix will be displayed in the list box. Then select the desired symbol in the list box and press Enter. If there is a single definition of the symbol in the Workspace, the corresponding file will be opened and the starting line of the definition will be selected. If there exists multiple definitions, the Definition View will be opened:

Simply select the desired definition and press Enter to jump to the definition.

Note: This view is also opened when the Find Definition command is pressed on a symbol that has multiple definitions in the current Workspace.


Clone this wiki locally