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
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,16 @@ Working with CSV files shouldn’t be a chore. With CSV, you get:
30
30
-**Smart Resizing:** Automatic calculation of column widths for improved readability.
31
31
-**Dynamic Color Coding:** Visual cues based on data type help you quickly identify numbers, dates, booleans, and more.
32
32
-**Sticky Headers:** Keep column titles in view as you scroll through large datasets.
33
-
-**Enhanced Keyboard Navigation:** Navigate cells with Tab/Shift+Tab and use keyboard shortcuts for quick editing, saving, and selection.
33
+
-**Enhanced Keyboard Navigation:** Navigate cells with Tab/Shift+Tab and use keyboard shortcuts for quick editing, saving, selection, and full-table `Ctrl/Cmd + A` select-all.
34
34
-**Advanced Multi-Cell Selection:** Easily select and copy blocks of data, then paste them elsewhere as properly formatted CSV.
35
35
-**Add/Delete Columns:** Right-click any cell to add a column left or right, or remove the selected column.
36
+
-**Edit Empty CSVs:** Create or open an empty CSV file and start typing immediately.
37
+
-**Column Sorting:** Click column headers to sort ascending or descending.
38
+
-**Custom Font Selection:** Choose a font from a dropdown or inherit VS Code's default.
36
39
-**Find & Highlight:** Built-in find widget helps you search for text within your CSV with real-time highlighting and navigation through matches.
37
40
-**Preserved CSV Integrity:** All modifications respect CSV formatting—no unwanted extra characters or formatting issues.
38
41
-**Optimized for Performance:** Designed for medium-sized datasets, ensuring a smooth editing experience without compromising on functionality.
42
+
-**Large File Support:** Loads big CSVs in chunks so even large datasets open quickly.
39
43
40
44
---
41
45
@@ -63,12 +67,21 @@ Working with CSV files shouldn’t be a chore. With CSV, you get:
63
67
64
68
## Planned Improvements
65
69
66
-
-**Row Insertion/Deletion:** Quickly add or remove rows without leaving the editor.
70
+
-**Row Insertion/Deletion:** Quickly add or remove rows without leaving the editor (coming soon).
67
71
68
72
---
69
73
70
74
## Release Notes
71
75
76
+
### v1.1.0
77
+
-**New:** Column sorting by clicking header labels.
78
+
-**Added:** Font selection dropdown that honors VS Code font settings.
79
+
-**Added:** Ability to create and edit empty CSV files.
80
+
-**Improved:** Large CSV files load in 1000-row chunks for better performance.
81
+
-**Enhanced:**`Ctrl/Cmd + A` now selects all cells in the grid.
82
+
-**Fixed:** Correct row indexing when the header row is disabled.
83
+
-**Improved:** Safer rendering for cells containing HTML-like text.
84
+
72
85
### v1.0.6
73
86
-**New:** Multi-cell selection with intuitive `Shift + Click` support.
74
87
-**Enhanced:** Clipboard integration for copying selected cells as clean, CSV-formatted text.
0 commit comments