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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ Working with CSV files shouldn’t be a chore. With CSV, you get:
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
40
-**Custom Font Controls:** Choose a font family and optional font-size override, or inherit VS Code defaults.
41
+
-**In-View Zoom:** Use `Ctrl/Cmd + Mouse Wheel` or `Ctrl/Cmd + +/-/0` to zoom the CSV view without changing global editor zoom.
41
42
-**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
43
-**Multiline Cell Display:** Cells with embedded newlines render as wrapped multi-line content (with preserved line breaks and matching row height).
43
44
-**Clickable Links:** URLs in cells are automatically detected and displayed as clickable links. Ctrl/Cmd+click to open them in your browser.
@@ -99,6 +100,8 @@ Global (Settings UI or `settings.json`):
99
100
-`csv.enabled` (boolean, default `true`): Enable/disable the custom editor.
100
101
-`csv.fontFamily` (string, default empty): Override font family; falls back to `editor.fontFamily`.
101
102
-`csv.fontSize` (number, default `0`): Override font size in px; set to `0` to inherit `editor.fontSize`.
103
+
-`csv.mouseWheelZoom` (boolean, default `true`): Enable `Ctrl/Cmd + Mouse Wheel` zooming in the CSV editor.
-`csv.cellPadding` (number, default `4`): Vertical cell padding in pixels.
103
106
-`csv.columnColorMode` (string, default `type`): `type` keeps CSV’s type-based column colors; `theme` uses your theme foreground color for all columns.
104
107
-`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.
@@ -133,6 +136,7 @@ Per-file (stored by the extension; set via commands):
133
136
- Global:
134
137
- Copy selection: `Ctrl/Cmd + C`
135
138
- Paste selection: `Ctrl/Cmd + V` (selection mode). Pasting a single value into a selected rectangle fills that rectangle.
0 commit comments