March 2017
Beginner
358 pages
9h 51m
English
The script editor provides keyboard and action shortcuts that trigger assistive functionality for writing code and completing API calls. Here are a few examples.
While writing code, type a period (.) after a valid class name or reference will open the auto-complete dialog, displaying the documented callable methods of that class:

The script editor browser-based IDE can also auto-complete more than just method names. By pressing Ctrl + Spacebar while typing, the script editor will auto-complete:
Just as with the other auto-completions, selecting an entry will display ...
Read now
Unlock full access