Description
Autocomplete does not work at all in the SQL editor. No suggestion dropdown ever appears — not for keywords, table names, or column names. The only editor feature working is auto-capitalisation of keywords (e.g. "select" becomes "SELECT").
Steps to reproduce
- Connect to a PostgreSQL database with tables
- Open a new query tab
- Type anything — keywords, table names, column names
Observed behaviour
- No autocomplete dropdown appears at any point, for anything
- Auto-capitalisation works (select → SELECT) — so the editor is otherwise receiving input
- Schema is fully loaded (all tables visible in the sidebar)
Expected
An autocomplete dropdown suggesting keywords, table names, and column names as I type.
Notes
- No autocomplete toggle found in Settings > Editor (assumed always-on)
- Also: backspace deletes two characters instead of one (possibly a related editor bug). On reloading, this fixed the issue.
Environment
- TablePro version: Version 0.52.0 (100)
- macOS: 26.5.1
- Database: PostgreSQL 18 (local, via DBngin)
- Mac: Apple M4
Description
Autocomplete does not work at all in the SQL editor. No suggestion dropdown ever appears — not for keywords, table names, or column names. The only editor feature working is auto-capitalisation of keywords (e.g. "select" becomes "SELECT").
Steps to reproduce
Observed behaviour
Expected
An autocomplete dropdown suggesting keywords, table names, and column names as I type.
Notes
Environment