Webtaku's CSV Editor
A simple VS Code extension that lets you view and edit CSV files in a spreadsheet-like table directly inside the editor.
Features
- Open
.csv files in a spreadsheet-like interface
- Edit cell values directly
- Add rows
- Supports large CSV files
- Auto-detects delimiters (comma, semicolon, tab, etc.)
- Save back to CSV seamlessly
Installation
- Open Visual Studio Code
- Go to the Extensions view (
Ctrl+Shift+X or Cmd+Shift+X on Mac)
- Search for Webtaku's CSV Editor
- Click Install
- Open any
.csv file and start editing
Alternatively, install via CLI:
code --install-extension webtaku.webtaku-csv-editor
Usage
- Open a
.csv file in VS Code
- Edit your data in the spreadsheet view
- Save the file (
Ctrl+S or Cmd+S ) when done
Shortcuts
Action |
Shortcut |
Save |
Ctrl+S / Cmd+S |
License
MIT OR Apache-2.0
Contributing
Contributions are welcome. Feel free to open issues or submit pull requests to improve the library.
| |