Skip to content

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

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;
    */

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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