Skip to content

Format Under Cursor within code comment? #71

@bradlitterell

Description

@bradlitterell

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions