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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Working with CSV files shouldn’t be a chore. With CSV, you get:
37
37
-**Add/Delete Rows:** Insert above/below or remove the selected row via context menu.
38
38
-**Edit Empty CSVs:** Create or open an empty CSV file and start typing immediately.
39
39
-**Column Sorting:** Right-click a header and choose A–Z or Z–A.
40
-
-**Custom Font Selection:** Choose a font from a dropdown or inherit VS Code's default.
40
+
-**Custom Font Controls:** Choose a font family and optional font-size override, or inherit VS Code defaults.
41
41
-**Find & Replace Overlay:** Built-in find/replace bar with match options (case, whole-word, regex), keyboard navigation, and single/all replace actions across the full file (including chunked rows).
42
42
-**Multiline Cell Display:** Cells with embedded newlines render as wrapped multi-line content (with preserved line breaks and matching row height).
43
43
-**Clickable Links:** URLs in cells are automatically detected and displayed as clickable links. Ctrl/Cmd+click to open them in your browser.
@@ -98,6 +98,7 @@ Global (Settings UI or `settings.json`):
98
98
99
99
-`csv.enabled` (boolean, default `true`): Enable/disable the custom editor.
100
100
-`csv.fontFamily` (string, default empty): Override font family; falls back to `editor.fontFamily`.
101
+
-`csv.fontSize` (number, default `0`): Override font size in px; set to `0` to inherit `editor.fontSize`.
101
102
-`csv.cellPadding` (number, default `4`): Vertical cell padding in pixels.
102
103
-`csv.columnColorMode` (string, default `type`): `type` keeps CSV’s type-based column colors; `theme` uses your theme foreground color for all columns.
103
104
-`csv.columnColorPalette` (string, default `default`): Type-color palette when `csv.columnColorMode` is `type`. `cool` biases colors toward greens/blues; `warm` biases colors toward oranges/reds.
0 commit comments