janisdd / vscode-edit-csv

vs code extension to edit csv files with an excel like table ui
MIT License
211 stars 30 forks source link

The trash buttons on column and row headers are too easy to be misclicked #113

Closed qaqz111 closed 1 year ago

qaqz111 commented 1 year ago

And then you can hardly know there's data has been deleted by mistake immediately while working with large table filled by similar data in each row/column.

So, can you remove the trash button on headers or just make an option to let the user choose whether to show it directly on headers?

janisdd commented 1 year ago

I think options would be better (for columns and rows). But I think by default the buttons should be displayed.

qaqz111 commented 1 year ago

That would be nice if an option can control this, looking forward to see this function in the next version.

janisdd commented 1 year ago

The new settings will be csv-edit.showDeleteColumnHeaderButton and csv-edit.showDeleteRowHeaderButton (default for both: true)

Will be shipped with the next update.