Dialog ‘Options’ - ‘SmartCoding’¶
Symbol: 
Function: This dialog is for configuring the settings for easier coding.
Call: Menu bar: (SmartCoding).
| Declare unknown variables automatically (AutoDeclare) | : The Auto Declare dialog opens when you type an undeclared identifier into a implementation language editor and then click away from the input line. |
| Show all instance variables in input assistant |
|
| Show symbols from system libraries in input assistant | System libraries are inserted in the library manager automatically and displayed in light gray.
|
| List components after typing a dot (.) | : Activates the “List components” function. When you type a dot (.) at a location where CODESYS expects an identifier, a drop-down list appears with possible code. |
| List components immediately when typing | Requirement: The List components after typing a dot (.) check box is selected.
|
| Insert with namespace | : CODESYS adds the namespace before the identifier. |
| Convert keywords to uppercase automatically (AutoFormat) | : CODESYS displays all keywords in uppercase. |
| Automatically list selection in cross reference view | : The cross-reference list automatically shows the references of variables, POUs, and DUTs that are currently selected or where the cursor is waiting. |
See also
: The
: The “List components” function lets select only the input variables and output variables of a function block instance.