Override Indicators

‘Override Indicators’ are markers that display special decoration icons to indicate methods that override or implement other methods from a super-type's class/interface.

The override indicators will be displayed as triangles in the marker bar (the vertical ruler to the left of the editor) next to the method's definition.

Override Indicators

Green triangles indicate an overridden method, while a white triangle indicates an implemented method.

 

Hovering over a triangle displays a tool-tip that reveals the overridden or implemented method's super-type. Clicking the triangle will open the type in an editor.

Override Indicators Tooltip

Note:

Markers will not be displayed if the methods do not comply with the overriding rules.

These are as follows:

 

Override Indicators Preferences

The display preferences for the override indicators can be configured from the Annotations preferences page (Window | Preferences | General | Editors | Text Editors | Annotations).

Select the Override Indicators (org.eclipse.php.ui.overrideIndicator) option to configure the Override Indicators for PHP.

 

 

link_icon.png

Related Links:
Mark Occurrences

Type Hierarchy