Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Intelli-sense
Intelli-sense is a feature that provides choices of code items and values as you type. Not all code editors use Intelli-sense; for example, Intelli-sense is disabled while you record a macro in the Source Code Viewer.
Intelli-sense provides you with context-based assistance through autocompletion lists, calltips and mouseover information.
Topics
Topic |
Detail |
See also |
---|---|---|
An autocompletion list provides a list of possible completions for the current text;the list is automatically invoked when you enter an accessor token (such as a period or pointer accessor) after an object or type that contains members. Select an item from the list and press (Enter) or (Tab) to insert the item into the code; to dismiss the autocompletion list, press (Escape).
|
|
|
Calltips |
Calltips display the current method's signature when you type the parameter list token (for example, opening parenthesis); if the method is overloaded, the calltip displays arrows that you can use to navigate through the different method signatures
|
|
Mouseover Information |
You can display supporting documentation for code elements (for example, attributes and methods) by hovering the cursor over the element in question.
|
|
Learn more