vscode-postgres
vscode-postgres copied to clipboard
[Feature Request] Double click a table to Select Top 1000 rows
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.
Expected Behaviour: User double cicks a table to run the "Select Top 1000" command and sees the result.