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

Support more granular comment target #2654

Open
fidgetingbits opened this issue Aug 14, 2024 · 0 comments
Open

Support more granular comment target #2654

fidgetingbits opened this issue Aug 14, 2024 · 0 comments

Comments

@fidgetingbits
Copy link
Collaborator

I did take a look through the issues to see if this was documented somewhere but I didn't find it.

Say I have something like:

if foo && bar && baz
{

}

If I want to temporarily comment out && baz, afaict it's currently not possible to target that, as any target on that line will just comment the entire line.

The idea would be to get something like:

if foo && bar // && baz
{

}

So maybe something like comment tail hat would be good

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