SQL editor, Vim mode, line numbers, indentation, and query parameter settings
Settings > Editor covers typing and how SQL is displayed. Grid, pagination, result cap and JSON viewer settings are on the Data tab instead.Editor fonts are per-theme. Edit them on the theme’s Fonts tab under Appearance.
A faint band behind the statement the cursor is in. See Statement markers
Word wrap
Off
Off means long lines scroll horizontally
Code folding
On
Shows the fold ribbon in the gutter. See Code Folding
Run button beside each statement
On
Gutter run buttons, revealed when the pointer is over the gutter
Tab width
4 spaces
2, 4, or 8
Keyword case
Match what I type, otherwise UPPERCASE
The case completed keywords and functions take, and the case Format SQL produces. UPPERCASE and lowercase also rewrite keywords as you type them, leaving strings, comments and quoted identifiers untouched. See Keyword case
Query parameters (:name syntax)
On
Detects :name placeholders and shows the parameter panel. See Query Parameters