Skip to content

partial code completion resp. auto complete inconsistent #30

@pstueck

Description

@pstueck

Version 4.7.1
OS: Ubuntu 22.04 (fix level Mar 21, 2024, no Ubuntu Pro)

Partial auto/code completion works inconsistent (or … I messed with some setting 🤔).

Entities/table names are always extended based on the entries in the list.
Attributes/column names are only extended based on the entries in the list, when aliased.

  • table names (assume actual table list is hungry, hello_there and hello_all)
    • 😃 he is extended to hello_ upon pressing Ctrl-Space
      and it does not matter, if there is a leading select * from, a schema name or nothing—it just works
  • column names (assume actual column list is byebye, greetings and greatness)
    • 😞 g (without leading alias) is deleted upon pressing Ctrl-Space (although the list shows both entries starting with g)
      expected behavior (like in 20231211_2128): g is extended to gre upon pressing Ctrl-Space
    • 😄 x.g (with leading alias) is extended to x.gre upon pressing Ctrl-Space

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions