Turn off code commenting in MS-VS 6?
-
It's driving me insane! I'm about 20,000 lines of code into a huge project and I'm getting really tired of deleting all those "TODO: Add you blah blah blah here" everytime I handle a message through classwizard. I looked everywhere in VS, I checked MSDN, no mention of it. It's probably really obvious or not doable at all. I know there is an option to turn it off at the start, if only...
-
It's driving me insane! I'm about 20,000 lines of code into a huge project and I'm getting really tired of deleting all those "TODO: Add you blah blah blah here" everytime I handle a message through classwizard. I looked everywhere in VS, I checked MSDN, no mention of it. It's probably really obvious or not doable at all. I know there is an option to turn it off at the start, if only...
-
That wont work! That only turns off the code comments when your using intellisence (the drop downlist). The way to get rid of the stupid comments is a simple, but boring hack: 1. Find MFCCLWZ.DLL in the MSDev98 sub directory. 2. Open with VisualC as 'Resource' 3. Edit "STRINGARRAY" and "SRCDATA" to your liking ;) BTW: Back up the origional, I've never tried this but it should do the trick! Hope this helps...
-
That wont work! That only turns off the code comments when your using intellisence (the drop downlist). The way to get rid of the stupid comments is a simple, but boring hack: 1. Find MFCCLWZ.DLL in the MSDev98 sub directory. 2. Open with VisualC as 'Resource' 3. Edit "STRINGARRAY" and "SRCDATA" to your liking ;) BTW: Back up the origional, I've never tried this but it should do the trick! Hope this helps...