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

Hide columns initially #157

Closed janisdd closed 2 months ago

janisdd commented 2 months ago

Version?

Feature

In https://github.com/janisdd/vscode-edit-csv/discussions/153 it was discussed to add a function to hide columns when the table is opened.

I suggest adding the following options:

The options are connected with and and when initiallyHiddenColumnNames is used and we have two columns with the same name, both are hidden.