-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Type: InvalidOff topic for this repository, or a bug report determined to not actually represent a bugOff topic for this repository, or a bug report determined to not actually represent a bugWaiting for feedbackMore information must be provided before we can proceedMore information must be provided before we can proceed
Description
When I need to quickly switch between two blocks of code, I add in this construct to speed up switching:
//*
block1
/*/
block2
// */
which comments out block 2 and leaves block 1 uncommented. Then, I just have to delete the slash at the start to simultaneously uncomment block 2, and comment block 1. However, if I comment out block 2, the IDE highlights both blocks as though they're not commented.
Metadata
Metadata
Assignees
Labels
Type: InvalidOff topic for this repository, or a bug report determined to not actually represent a bugOff topic for this repository, or a bug report determined to not actually represent a bugWaiting for feedbackMore information must be provided before we can proceedMore information must be provided before we can proceed