intellij-csv-validator
intellij-csv-validator copied to clipboard
CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
In table view right justification of integers and floats should be something that is considered. I believe this is the "standard" or what is commonly done in spread sheet type...
This may be a bug because it does set the width of the column but it does it incorrectly If the gripper between columns is double clicked the column to...
Set the row height when the gripper between rows is double clicked. the row above the gripper is the one that would get adjusted. Works the same as an auto...
the ability to disable text wrapping. This would make it easier to view multi line data in a cell.
The ability to hide columns in table view. When dealing with large CSV files that have a lot of columns the ability to hide the ones that you do not...
CSV files get used as flat database files fairly often. having the ability so set a specific column to be used as the "index" might be something of interest. More...
After upgrading the plugin I got this crash, had to disable through the IDE internal error dialog. runtime is the bundled from jetbrains. ``` com.intellij.diagnostic.PluginException: While loading class net.seesharpsoft.intellij.plugins.csv.CsvFileTypeOverrider: net/seesharpsoft/intellij/plugins/csv/CsvFileTypeOverrider...
In our case "Not available","Nicht verfügbar" gets destroyed to Not available,Nicht verfügbar after editing a different row though table editor This is both in auto-detect and if you manually set...
It would be great to have an option similar to "Header row fixed", but for colmns. After enabling it the first column would display as column header. Or maybe even...
The ability to copy the table editor view into html or GFM/JIRA markdown formats to paste elsewhere may be a useful feature.