You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compatible with _IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion Gogland DataGrip Rider MPS Android Studio_ - __2016.3.2 and newer__
10
+
Compatible with _IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion Gogland DataGrip Rider MPS Android Studio_ - __2017.3.1 and newer__
12
11
13
12
This plugin introduces CSV (_Comma-Separated Values_) as a language to Jetbrains IDE with a syntax definition, structured language elements and associated file types (.csv/.tsv/.psv).
14
13
This enables default editor features like syntax validation, highlighting and inspections for CSV-alike files.
@@ -18,6 +17,7 @@ This enables default editor features like syntax validation, highlighting and in
18
17
- CSV/TSV/PSV file detection
19
18
- table editor
20
19
- customizable text editor
20
+
- customizable column coloring
21
21
- syntax validation
22
22
- syntax highlighting (customizable)
23
23
- content formatting (customizable)
@@ -26,7 +26,6 @@ This enables default editor features like syntax validation, highlighting and in
26
26
- structure view (header-entry layout)
27
27
- support for ',', ';', '|' and '↹' as value separator
0 commit comments