vscode-postgres icon indicating copy to clipboard operation
vscode-postgres copied to clipboard

[Feature Request] Double click a table to Select Top 1000 rows

Open whimet opened this issue 1 year ago • 0 comments

Use Case: User wants to quickly view the data in a particular table in the Postgres Explorer.

Current Behaviour: User needs to select a table, right click to open the context menu, and clicks the "Run Select Top 1000" item.

image

Expected Behaviour: User double cicks a table to run the "Select Top 1000" command and sees the result.

whimet avatar Oct 18 '24 23:10 whimet