A clear and powerful CSV viewer for VS Code with colored columns, sticky headers, and SQL query capabilities. This should work on other IDE which also load Visual Code style plugins.
Features
Colored Columns: Each column is color-coded for easy reading.
Sticky Header: The header row stays at the top while scrolling.
Alternating Rows: Improved readability with zebra-striping.
SQL Queries: Run SQL queries directly on your CSV data (e.g., SELECT * FROM ? WHERE [Price] > 100).
CSV Linting: Automatically detects and reports rows with inconsistent column counts.
Hover Info: Tooltips display column name and index.
Usage
Open any .csv file.
The custom editor will automatically activate.
Use the search bar at the top to run SQL queries. Use ? as the table name.
Example: SELECT * FROM ? WHERE [Department] = 'Sales'