|
Code Auto-completion |
Top Previous Next |
If you type an object name followed by a dot, the TIDE will pop-up a code-completion box. It looks like this:

This list also supports tooltips -- they are displayed as you scroll down the list. You can also hover the mouse over an item in the list to see its tooltip.
Code completion box is also displayed for the structures in your project:

You can also get a list of constants related to your construct. For example, by typing "ser.enabled=" you will get a list of possible values of this property:

|
By pressing Alt+Ctrl+T when the cursor is directly to the right of any meaningful Tibbo Basic construct, you will get a pop-up list with the appropriate contents for the current context. If the cursor isn't immediately to the right of any such construct, you will get a list containing all platform enumeration types, constants, objects and events. |