You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 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:
So maybe something like
comment tail hat
would be goodThe text was updated successfully, but these errors were encountered: