vscode-edit-csv
vscode-edit-csv copied to clipboard
vs code extension to edit csv files with an excel like table ui
### Version? - vs code plugin 0.9.1 ### Feature Describe the feature you want to suggest. I'm not sure if any of these features are configurable, but I haven't found...
Please add the feature to to zoom in and out (with option to enable/disable this, if not everyone might like this functionality), similar to what's available in the VS Code...
Thank you for making this plugin available. ### Version? vs code plugin ### Feature Maybe a bit of a funky feature request, but would it be possible to implement a...
### Edit cvs 0.10.0 - Edit cvs ### Feature Please add the option (in Write options?) that field values could always be surrounded with a char, like " or '...
### What OS? - Mac ### Description When working with a file that has cells with leading or trailing spaces, quotes are always added to those cells, ignoring the values...
### What OS? - all ### Description From issue 1035 in `papaparse` which also affects our version of `papaparse` ```js console.log(csv.unparse([['x"y']], { quoteChar: '@', delimiter: ' ' })) ``` outputs...
### Description The command to edit a CSV file is called "Edit csv" (with CSV in lowercase). ### Expected behavior Proper capitalization would be to use uppercase for the acronym....