microsoft / microsoft/vscode-pgsql

[Enhancement] Add deeper nodes to tree view

Open
#301 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
395
Forks
33
Avg merge
1h 46m
Merged PRs (30d)
3

Description

  1. For trigger node next level is trigger function (we always knows which function trigger calls)
  2. Remove child partitions from general table list and place them under parent table node "Partitions"

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the tree-view code that renders trigger and table nodes in the PostgreSQL extension. Trace how trigger children and table partitions are currently listed, then verify the tree shows each trigger's function and nests child partitions under the parent table's "Partitions" node rather than the general table list.

Written by the indexing model from the issue text.

Assessment

Tech stack
postgresql
Domain
databases
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.