ScriptComplete™ is an element of ScriptSense™ - iTripoli's Admin Script Editor features for helping you code faster and with better accuracy.
ScriptComplete helps you to script by providing drop-down lists for COM properties and methods.
You must first assign a variable using the CreateObject or GetObject functions*. Then you can use that variable in ScriptComplete, by entering <variable>. (variable followed by a dot)

When an object is instantiated, the variable assigned to that object will provide a drop-down list of available proprieties and methods when a period ( . ) is pressed as shown above.
You can also use the WinNT object provided you pass the type of object as shown below:

In the example above, both the $User and $Group variables have been properly set as ScriptComplete supported object variables. The $User variable has been specified as type "User" and will return user properties and methods, whereas the $Group variable has been specified as type "Group" and will return group methods and properties.
Additionally, script complete provides a drop-down list of Macros for KiXtart and AutoIt languages - press the at symbol ( @ ) and a drop-down list of available macro names is provided.

* in the current release of ASE, ScriptComplete is now available for the GetObject and CreateObject functions of VBS and KiXtart when you enter the first double quote:


Note: the full name of the entry appears as a tooltip to the right of the selected item (helpful for very long entries truncated for readability).