Reference
Shortcuts and icons, all in one place.
A quick reference for the SOQL editor's power-user shortcuts and what every icon in the panel means.
SOQL Console
SOQL Autocomplete
Suggests fields after SELECT/WHERE and objects after FROM (STD/TOOLING tags).
Shortcuts
Ctrl+Space inserts all fields (or only the ones matching what you've typed), Ctrl+Shift+Space opens suggestions.
Run query
Ctrl+Enter runs the query immediately (or cancels it, if one is already running).
Undo/Redo
Ctrl+Z undoes the last edit, Ctrl+Shift+Z (or Ctrl+Y) redoes it.
Navigation
↑/↓ to select, Enter/Tab to insert, Esc to close.
Smart editing
Keywords auto-capitalize, LIKE + space inserts '%%' with the cursor centered.
Query cleanup
Automatically removes duplicate fields and double commas.
SOQL formatting
Reorders clauses and fixes misplaced commas.
Details
Captures the link from the active tab.
SELECT *
Inserts all fields (*c custom only, *s standard only) without the FIELDS(ALL) 200-record limit.
Column filter
In the results search box, type ColumnName: text to search only that column, ColumnName: null for empty values, ColumnName: !null for non-empty ones.
Filter by type
In Details, the funnel icon next to the search filters the table by field type (String, Picklist, Number, etc.).
REST vs. Tooling API
ForceKIT detects when an object is Tooling-only and runs the query there automatically — a small badge next to the results shows which API was used.
SOSL search
Type a FIND {...} IN ... RETURNING query instead of SELECT to search across multiple objects at once, right in the same console.
Icon Legend
Pin
Pins a saved org to the top of the list.
Copy
Copies the session ID, User ID, or TOTP code to your clipboard (a green check confirms it).
Passkey/biometrics
Green if passwordless credential unlock is on, red if it isn't.
Master password
Encrypts your saved credentials (orgs and TOTP), required to access them.
Open in tab
Opens the org or record in a new browser tab.
Run (green)
Starts a query or an action.
Delete (red)
Permanently removes whatever it's attached to.
Edit
Opens the editable fields of a saved credential or a record.
API Names
Shows the API name under each field, directly on org pages.
TOTP code
Regenerates on its own; the countdown shows how long until the next code.
Org color
Colors the tab favicon and the card border so you can recognize the org at a glance.
Log in via SOAP
Green dot if enabled, gray if disabled — performs a direct login call instead of the standard form.