Script Editor Tips and Shortcuts
Overview
This section provides a useful list of keyboard shortcuts and tips to enhance productivity within the Servoy Scripting Editor. It includes shortcuts for moving lines, highlighting code blocks, formatting code, commenting lines, enabling code folding, quick navigation, and performing searches. These tips and shortcuts are designed to streamline the coding process, making it more efficient and intuitive.
Keyboard shortcuts
Below is a list of Script Editor keyboard shortcuts:
Alt-Up/Down
: moves selected rows up and downDouble-click after opening bracket (or before closing bracket): highlights the code between the brackets and scrolls the matching bracket into view if applicable. Works for
{}
,()
,[]
,''
and""
Control-Shift-F
: formats the selected codeControl-/
: (un)comments the selected/current line using//
Control-Shift-/
: (un)comments the selected/current line using/....
Control-Numpad_Divide
: enable foldingControl-Numpad_Multiply
: expand allControl-Shift-Numpad_Divide
: collapse foldingAlt-Shift-K
: look for a Object by name (form, relation, valuelist, method etc)Control-Shift-L
: show shortcut listControl-H
: file-based search in workspaceControl-O
: quick outline for the current editorControl-L
: jump to linenumber
Last updated