IntelliJ plugin topics:

Navigate by the layers in a type

Line markers, used in Java for when a class or method overrides an implementation, are used in StrataCode for layers as well. For types, line markers include both super or sub classes and super or sub layers. Here are the 'sub' line markers for EditorFrame. One class extends EditorFrame and two layers modify it:

Navigate to sub layer

The editor.swing.core layer of EditorFrame has two super types accessible from it's up-arrow line marker. It extends the swing.core AppFrame class and it modifies the EditorFrame in coreui:

Navigate to super layer