Content assist
Content assist proposes coding alternatives based on the objects available in the current context.
To adjust content assist preferences, click
and expand .Advanced classes and methods
By default content assist lists the most common global variables, classes, methods, and fields. To get a complete list, check Show advanced JavaScript in the script editor.Code completion by request
To launch content assist, press CTRL+SPACE on your keyboard.Content assist provides a list of global variables, classes, methods, and fields for the current context. You can select an entry (by double-clicking it or pressing ENTER) or you can start typing a method name. If you start typing, the list narrows and you can select an entry at any time.
When you select an entry (by double-clicking it or pressing ENTER), the editor inserts it.