Created
June 22, 2012 13:30
-
-
Save darrenderidder/2972745 to your computer and use it in GitHub Desktop.
Comment Toggle Switch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Toggle commented blocks of code with a single slash | |
// open comment: /* | |
// close comment: // */ | |
// uncomment: //* | |
// pivot comment /*/ | |
/* | |
"commented" | |
// */ | |
//* | |
"not commented" | |
// */ | |
/* | |
"commented" | |
/*/ | |
"not commented" | |
// */ | |
//* | |
"not commented" | |
/*/ | |
"commented" | |
// */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment