Last active
August 29, 2015 14:18
-
-
Save TheWass/e14c7b3c5d229cebab79 to your computer and use it in GitHub Desktop.
I came across a nifty way of quickly toggling C-style code: Simply, add a slash to comment/uncomment a block.
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
/* | |
Code block | |
//*/ | |
//* <--Added a slash here! | |
Code block | |
//*/ | |
/* | |
First code block | |
/*/ | |
Second code block | |
//*/ | |
//* <--Added a slash here! | |
First code block | |
/*/ | |
Second code block | |
//*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment