Skip to content

WIP: trailing dot on database-name completions - #2184

Closed
rolandwalker wants to merge 1 commit into
mainfrom
RW/distinguish-schemas-in-completions
Closed

WIP: trailing dot on database-name completions#2184
rolandwalker wants to merge 1 commit into
mainfrom
RW/distinguish-schemas-in-completions

Conversation

@rolandwalker

Copy link
Copy Markdown
Contributor

Description

Distinguish database names from table names in completion menus by a trailing dot on database names (aka schema names).

The dot is informational only, and is not inserted when the completion candidate is selected.

One reason this is a WIP is that the dot still appears on a use statement. It should only appear when database names are mixed with table names.

xref: #1876

Example:

last image

Checklist

  • I added this contribution to the changelog.md file.
  • I added my name to the AUTHORS file (or it's already there).
  • To lint and format the code, I ran
    uv run ruff check && uv run ruff format && uv run mypy --install-types .

Distinguish database names from table names in completion menus by a
trailing dot on database names (aka schema names).

The dot is informational only, and is not inserted when the completion
candidate is selected.
@rolandwalker rolandwalker self-assigned this Aug 31, 2026
@rolandwalker

Copy link
Copy Markdown
Contributor Author

Closing without further work. The dot feels like visual clutter.

@rolandwalker
rolandwalker deleted the RW/distinguish-schemas-in-completions branch August 31, 2026 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant