yoshi389111 / vscode-md-table-rainbow

A VS Code extension that colorizes table columns in Markdown for clarity.
https://marketplace.visualstudio.com/items?itemName=yoshi389111.markdown-table-rainbow
MIT License
1 stars 0 forks source link

Column Colorization Behavior #2

Open Alecton4 opened 7 months ago

Alecton4 commented 7 months ago

The columns with the same column number of all the tables will be colorized at the same time. E.g. I placed my cursor on the 3rd column of the 1st table, and the 3rd columns of all the tables got colorized.

image

yoshi389111 commented 7 months ago

@Alecton4 Thank you for your report.

The current specification is to color the same column as the cursor, including other tables.

This is because when there are multiple similar tables side by side, I thought it would be better to make it easier to see whether the tables and columns before and after are aligned.

Is there something wrong with this specification? Please give us your opinion.

Alecton4 commented 7 months ago

@yoshi389111 Thank you for the explanation! The specification is reasonable. Is it possible to have a new setting to highlight only the column of the current table (where the cursor is placed)?