Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
goulf-3m opened this issue Mar 24, 2025 · 0 comments
Open

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

goulf-3m opened this issue Mar 24, 2025 · 0 comments

Comments

@goulf-3m
Copy link

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;
    */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant