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 a column #140

Closed 52fisher closed 6 months ago

52fisher commented 7 months ago

Version?

both

Feature

Hello developer, thanks for developing this great plugin. I use this plugin mainly to provide Chinese translation for some good mods, there are some columns in other languages, and I just need some of them to be enough, if all the columns come out, it will look like this page is especially crowded, making it difficult to read. I hope to add the ability to hide a certain column. 图片

Describe the feature you want to suggest.

janisdd commented 7 months ago

Interesting idea! I think this would is possible because hiding rows with comments also works.

It would be best to add the following two options to the context menu (right-click):

I'll look into this

janisdd commented 6 months ago

To keep things simple, I only implemented the "hide column" feature (was more work than expected, so no "hide rows").

It also supports selecting multiple columns (cells) and hiding them with one click.

Will be part of the next update.

52fisher commented 6 months ago

Thank you, janisdd. this is really good news.

janisdd commented 6 months ago

Before I forget, for the documentation: unhiding columns sets the column widths to automatic size

52fisher commented 6 months ago

BTW, this extension is really so excellent that I would like to share it to more friends. I don't know if you have any plan to do localization (by vscode-nls) for this extension, I'm willing to contribute Chinese translation!

janisdd commented 6 months ago

Thanks for the offer, but I currently have no plans to add localization. I don't think there is much text in the extension and it would make the extension more complicated (with little benefit).

By the way: The next update is expected to be released this weekend.