vscode-text-tables
vscode-text-tables copied to clipboard
Format Under Cursor within code comment?
Format under cursor successfully turns this:
|test|test2|test3|
|this is a|test not in a comment|
into this:
| test | test2 | test3 |
| this is a | test not in a comment | |
Except if the table is in a code comment like this, in which case it does nothing.
// |test|test2|test3|
// |this is a|test not in a comment|
This is a feature request to support this for non-MD files.