Skip to content

Block comment by inserting (instead of changing) lines? #504

@goulf-3m

Description

@goulf-3m

For example, the following line:

    x=x*2;
    return x;

After gb with this plugin, both lines are changed:

    /* x=x*2;
    return x; */

This is bad for tracking code with Git. It would be better to block comment by inserting lines and preserving existing lines, like this:

    /*
    x=x*2;
    return x;
    */

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