Skip to content

Code Completion with schema for Stored Functions #958

@PatrickJahner

Description

@PatrickJahner

Right now, code completion only works with tables and views.

When i enter a schema-name, the stored functions of the schema are not in autocomplete.

e.G.:
-- Active: 1695804856484@@my_db_server@5432@my_db_name@public
now code completion will show all Functions in schema "public"

but when i type the schema name "global." code completion will not show me the stored functions i have stored in the "global" schema. There is no way for me to access them without changing the connections default schema.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions