microsoft / microsoft/vscode-pgsql

[Feature Request] Configurable Styling Options for the Query Results Grid

Open
#214 0 comments 1 reaction 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

Feature Description

I’d like to request support for customizing the visual appearance of the query results grid in the extension for Visual Studio Code.

Proposed Capabilities
  • Ability to customize basic styling options, including:
    • Font size and font family
    • Text color and background color for table cells
    • Cell padding and row height
  • Customizable table header appearance, including:
    • Header text color
    • Header background color
  • Customization of grid lines, including:
    • Grid line color
  • Theme-aware styling that automatically adapts to the active VS Code theme.
Image
Problem & Motivation

Currently, the results grid has a fixed visual appearance with no user-configurable styling options. When working with large result sets especially during long sessions or on high-resolution displays this can lead to eye strain and reduced readability.

Additionally, the inability to align the results grid with editor themes or accessibility preferences (such as larger fonts or higher contrast) limits usability for some workflows and users.

Use Case

As a developer or data analyst who frequently works with large query results, having control over the grid’s visual presentation would:

  • Improve readability and data scanning
  • Reduce eye strain during extended work sessions
  • Allow better alignment with personal, team-wide, or accessibility-related preferences
Request

Please consider adding support for configurable styling options for the query results grid in a future release.

Thank you for considering this request.

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 query results grid in the VS Code PostgreSQL extension and tracing how its current appearance is defined. Review how the extension can read the active VS Code theme, then scope the requested font, colors, spacing, row height, headers, and grid-line options; done means these settings are configurable and adapt to the active theme.

Written by the indexing model from the issue text.

Assessment

Tech stack
postgresql, vscode
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.