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
417 stars 51 forks source link

Column suggestions for the join table B do not show correct names if file B has comments #174

Open trungphan opened 3 months ago

trungphan commented 3 months ago

With the setting rainbow_csv.comment_prefix in vscode, when I join 2 tables, the column suggestions for the join table B does not display correctly the column names (it display the comments instead).

Please note that this issue is just related to the column suggestions in the popup, the actual SQL execution does take the table B's comments into the consideration.