Auto-completion in XRS Script Editor
- Last UpdatedSep 04, 2024
- 1 minute read
The auto-completion system can simplify the script-editing process. The XRS Script Editor provides the following features.
|
Feature |
Description |
|---|---|
|
Namespace selection |
Lists all the possible namespaces available in the script, such as Runtime and all the namespaces in the same XRS script and other XRS scripts. |
|
Namespace classes |
When you type a double colon (::), the editor lists all the classes attributes defined for the namespace that precedes the double colon. |
|
Class methods |
When you type a period (.), the editor lists all the public methods defined for the class that precedes the period. |
Invoke auto-completion
You can also invoke the auto-completion feature by placing the cursor near the various starting symbols (:: . ( ,) and pressing Ctrl+space.
Examples
Some examples of auto-completion.
