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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@
10
10
11
11
Compatible with _IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion Gogland DataGrip Rider MPS Android Studio_ - __2016.3.2 and newer__
12
12
13
-
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).
14
-
This enables default editor features like syntax validation, highlighting and inspections for CSV files.
13
+
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
+
This enables default editor features like syntax validation, highlighting and inspections for CSV-alike files.
15
15
16
16
## Features
17
17
@@ -300,7 +300,7 @@ Annasusanna,Amsterdam, 1
300
300
301
301

302
302
303
-
The action to switch the value separator used for CSV syntax validation of a specific file is part of its text editors context menu.
303
+
The action to switch the value separator used for CSV syntax validation of a specific file is part of its editors context menu.
304
304
305
305
306
306
This action defines how the parser/validator/highlighter/etc. behaves. It does intentionally not change the file content.
@@ -312,7 +312,7 @@ Calculates and sets the maximum width for all table columns based on their conte
312
312
313
313
#### Reset column widths to default (table editor only)
314
314
315
-
Set the width of all table columns back to default. The default table column width can be changed via [Editor Settings](#default-column-width)).
315
+
Set the width of all table columns back to default. The default table column width can be changed via [Editor Settings](#default-column-width).
0 commit comments