What is the autocomplete in P# scripts?

Autocomplete allows the user to pull from suggestions in a drop-down menu, making coding easier.

The autocomplete feature is available while coding.  It will suggest both P# language as well as signals.  When writing a script, the drop down will occur automatically.  

In the example below, with the start of a few letters, autocomplete makes suggestions.  The user can select the suggestion.

After selecting "Table" the code is smart enough to bring up all the required information with the feature.

The autocomplete is available for many things in PetroVisor, such as signals.  The user will get all the signals available in the workspace.