IntelliSense function

 

IntelliSense facilitates the insertion of names into ST code worksheets and helps to prevent typing errors. The following names and identifiers are supported by IntelliSense:

A variable or FB instance name can only be inserted using IntelliSense if it is already declared.

The principle of IntelliSense is to select an element from a selection box after entering its first (or more) letter(s), thus simply completing an already started text entry. This selection box opens automatically after entering the first character in the active text editor. It offers the names of keywords as well as of all available functions and already declared vari­ables/FB instances and data types which are applicable, i.e., suitable in the present editing context. For the marked list element, a tooltip provides a short description.

To be able to distinguish the offered element types at a glance, each item is displayed with an own icon in the selection box (see table).

How to use IntelliSense

  1. Type the first (or more) letter(s) of the name to be inserted. The IntelliSense selection box opens automatically. In the box, the first entry starting with the entered character is marked.

    Press <Ctrl> + <Space> to open the IntelliSense selection box without having entered a character before.

    When entering further characters, the selection box follows your entry by marking the most matching entry.

    NOTE:

    IntelliSense is not case sensitive.

  2. Double-click the desired entry or select it using the arrow keys and press <Enter>.

Additional steps for inserting POU formal parameters

IntelliSense also supports the insertion of POU formal parameters. For that purpose additional steps, as shown in the subsequent sample of a user-defined FB, are required:

Proceed as follows:

  1. Enter the instance name standing in front of the dot using Intelli­Sense as described above ('TIME_TO_BUF_1' in the example below).

  2. Type the dot separating the instance name from the parameter name.

    IntelliSense recognizes that the name to be inserted is a POU formal parameter. The possible parameter names are shown in another selec­tion box. The selection box contains only names which relate to the POU type entered before the dot.

  3. Double-click the formal parameter or select it using the arrow keys and press <Enter>.

Example:

TIME_TO_BUF_1.DONE - 'DONE' is an output parameter of the user-defined 'TIME_TO_BUF' function block. The instance name of this function block in our example is TIME_TO_BUF_1.

TextEd_IntellliSense_FormalParam.png

Symbols in the IntelliSense drop-down combo box

ico_keyword.gif

Keyword (e.g. ST statement)

ico_DataElement.gif

Local variable (VAR)

ico_DataElement_In.gif

Input variable of the present POU (VAR_INPUT) or input formal parameter in the context of a function/FB call

ico_DataElement_Out.gif

Output variable of the present POU (VAR_OUTPUT) or output formal parameter in the context of an FB call

ico_VAR_FBInstance.gif

Declared instance of a function block POU (developed in the present project or contained in an announced library)

ico_Intelli_FU.gif

Standard function from an announced firmware library

ico_Intelli_SafeFU.gif

Safety-related function from an announced firmware library