Skip to content

feat(pg): add completion scope context#112

Merged
rebelice merged 1 commit into
mainfrom
codex/pg-completion-scope
Apr 24, 2026
Merged

feat(pg): add completion scope context#112
rebelice merged 1 commit into
mainfrom
codex/pg-completion-scope

Conversation

@rebelice
Copy link
Copy Markdown
Collaborator

Summary

  • add PostgreSQL CollectCompletion API returning parser candidates, visible scope, local/outer references, and CTE definitions
  • expose top-level pg wrapper and syntax-only range reference types for downstream completion clients
  • cover incomplete JOIN scope, lateral/correlated subqueries, recursive CTEs, multi-statement cursor isolation, and alias variants

Test Plan

  • go test -count=1 ./pg/...

@rebelice rebelice merged commit eea88ff into main Apr 24, 2026
3 checks passed
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