The Script Editor is where you write your script code. It supports IntelliSense. Double-clicking screen and control events in the left pane automatically generates event callbacks.
Available keyboard shortcut commands:
Copy: Ctrl + C
Cut: Ctrl + X
Paste: Ctrl + V
IntelliSense: Ctrl + Space
List members: Ctrl + K, L
Parameter info: Ctrl + SHIFT + Space
Code snippets: Ctrl + K, X
TAB: Complete word in IntelliSense
Search/replace: Ctrl + H
Find dialog: Ctrl + F
Find next: F3
Comment selection: Ctrl + C
Uncomment selection: Ctrl + E, U
Go to line: Ctrl + G