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.
Format under cursor successfully turns this:
into this:
Except if the table is in a code comment like this, in which case it does nothing.
This is a feature request to support this for non-MD files.