mechatroner / vscode_rainbow_csv

🌈Rainbow CSV - VS Code extension: Highlight CSV and TSV files in different rainbow colors to make them more readable
MIT License
426 stars 51 forks source link

Allow multiple RBQL windows #172

Open Joristdh opened 5 months ago

Joristdh commented 5 months ago

As of now, opening a new RBQL console invalidates an existing one. So if I wanted to perform some quick queries on two input files, I'd have to reopen a new RBQL console every time I switch files.

Woud it be possible to keep the two RBQL windows side-by-side? Then you'd be able to easily switch between existing windows.

I've attached a screenshot showing the invalidated console (right): image