intellij-csv-validator icon indicating copy to clipboard operation
intellij-csv-validator copied to clipboard

CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...

Results 123 intellij-csv-validator issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

enhancement
contribution welcome

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...

enhancement
contribution welcome

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...

enhancement
contribution welcome

the ability to disable text wrapping. This would make it easier to view multi line data in a cell.

enhancement
contribution welcome

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...

enhancement
contribution welcome

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...

enhancement
contribution welcome
out of scope

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...

consulting

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...

enhancement
contribution welcome

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...

enhancement
contribution welcome

The ability to copy the table editor view into html or GFM/JIRA markdown formats to paste elsewhere may be a useful feature.

enhancement
contribution welcome
out of scope