Documentation Index
Fetch the complete documentation index at: https://docs.tablepro.app/llms.txt
Use this file to discover all available pages before exploring further.
Editor Settings
Configure the SQL editor in Settings > Editor.
Font Settings
Font Family
The font picker shows installed monospaced families on your Mac.
| Font | Description |
|---|
| System Mono | macOS default monospace (recommended) |
| SF Mono | San Francisco Mono |
| Menlo | Classic macOS monospace |
| Monaco | Traditional Mac programming font |
| Courier New | Cross-platform standard |
Falls back to System Mono if a saved font is unavailable.
Font Size
| Setting | Range | Default |
|---|
| Font Size | 11-18 pt | 13 pt |
Display Settings
Line Numbers
| Option | Description |
|---|
| On | Show line numbers (default) |
| Off | Hide for a minimal look |
Current Line Highlight
| Option | Description |
|---|
| On | Highlight the line with cursor (default) |
| Off | No highlight |
Word Wrap
| Option | Description |
|---|
| Off | Long lines scroll horizontally (default) |
| On | Long lines wrap to next line |
Indentation Settings
Tab Width
| Setting | Options | Default |
|---|
| Tab Width | 1-16 spaces | 4 |
Editor Behavior
Auto-Uppercase Keywords
| Option | Description |
|---|
| Off | Keywords stay as typed (default) |
| On | SQL keywords auto-uppercase when you type a space or delimiter |
SQL keywords auto-uppercase on word boundaries. Keywords inside strings, comments, and quoted identifiers are unaffected.
Query Parameters
| Option | Description |
|---|
| On | Detect :name placeholders and show the parameter panel (default) |
| Off | Send :name tokens to the database as-is |
When on, queries with :name placeholders show an inline panel for entering values. See Query Parameters for details.
Autocomplete
Autocomplete is always on. Dismiss with Escape. See Autocomplete for details.
JSON Viewer
| Setting | Options | Default |
|---|
| Default view | Text, Tree | Text |
Pick which mode the JSON viewer starts in. You can switch anytime with the toggle in the viewer. Your last choice is remembered.
Keyboard Shortcuts
| Action | Shortcut |
|---|
| Execute query | Cmd+Enter |
| Undo | Cmd+Z |
| Redo | Cmd+Shift+Z |
| Find | Cmd+F |
| Replace | Cmd+Option+F |
| Select All | Cmd+A |
| Go to Line | Cmd+G |