Feature Request: Comments in Completions
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 485
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
It would be great if comments (i.e. for columns, tables, etc) we're shown in the auto-completions.
For example, assuming the following comment was in place:
```sql
COMMENT ON COLUMN models.id IS 'Generated MD5 hash of the app-route-keys combination.';
```
That comment would show up in the following completion:

Thanks! Use Postico everyday — it's great!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named; start by locating Postico's auto-completion path and how PostgreSQL column and table metadata is read. Done means comments such as the supplied COMMENT ON COLUMN text appear alongside the matching completions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, python, sql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100