-
-
Notifications
You must be signed in to change notification settings - Fork 62
[Feature] CSV Support #19
Copy link
Copy link
Closed
Labels
Description
Problem Description
Just like there is a specialized view for JSON / TOML / etc.
It should have a good view of the columns with colors (Colors like RainbowCSV).
The columns should be aligned (Fixed Width Format, See UltraEdit).
Proposed Solution
Build something comparable to the CSV support in EmEditor.
Use Cases
- Viewing large CSV's.
- Doing basic row / column operations (Delete / Move).
- Easy to navigate between columns / rows.
Mockups / Examples
See EmEditor.
Additional Context
It could be a great differentable
Priority
How important is this feature to your workflow?
- Critical - blocking my work
- High - significant improvement
- Medium - nice to have
- Low - minor convenience
Reactions are currently unavailable