Skip to content

Autocomplete completely non-functional in SQL editor #1731

@zee-rgb

Description

@zee-rgb

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

  1. Connect to a PostgreSQL database with tables
  2. Open a new query tab
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions