Class name autocomplete

Class name auto complete

Overview

The EiffelStudio editor will complete class names automatically. This means, for example, when you type in the editor pane:

    a_variable_name: LI
and then triggers the class name auto-completion, one of two things will happen:

  • If there is only one accessible class name that begins `LI', then that class name will be automatically placed in the editor pane at the cursor.
  • If there is more than one such class name, the editor will propose a list of possible valid class names, as seen in Figure 1.
Syndicate content