Releases: SeeSharpSoft/intellij-csv-validator
Releases · SeeSharpSoft/intellij-csv-validator
Release 1.7.0
NEW Annotated values: tooltip shows the value itself, the header and the column index
NEW Active column (caret position) is colored differently
FIX 'Add separator' inspection is adding correct separator (e.g. tabs in TSV files)
+ several code & performance improvements
Release 1.6.1
NEW: TSV file support (new icons)
TSV files a recognized as such but treated as a variant of CSV files, the same syntax highlighting and code style settings are applied.
NEW: tab (↹) and pipe (|) as separators added
NEW: spellchecker enabled
Release 1.5.1
Fix for #10
Release 1.4.1
Hotfix
Fix default settings initialization
Release 1.3
Fixes the issue java.lang.NoClassDefFoundError: com/intellij/psi/PsiElementFactory$SERVICE
(noticed in PhpStorm, but might also occur with other IDEs)
+ CodeInspection description added