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:

tide_autocomplete

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:

 

tide_autocomplete2

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:

 

tide_autocomplete3

 

note_tip-wt

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.