luusluus / vscode-parquet-visualizer

vscode extension for SQL querying and visualizing parquet files
https://marketplace.visualstudio.com/items?itemName=lucien-martijn.parquet-visualizer
MIT License
6 stars 0 forks source link

Feature: Query View - Mouse-over copy button on td (single value)/th (whole column) #95

Open darrylthom opened 5 days ago

darrylthom commented 5 days ago

It would be helpful to quickly copy the contents of a single field or an entire column by having a copy button display when hovering either the td (single value) or the th (column).

darrylthom commented 5 days ago

Perhaps a row copy too, you'd probably have to force in a blank td at the start (that gets ignored by the Export functionality and doesn't get included in the row copy itself either) where if you hover its blank value you get a copy icon to click.