Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Turn off code commenting in MS-VS 6?

Turn off code commenting in MS-VS 6?

Scheduled Pinned Locked Moved C / C++ / MFC
visual-studioquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    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...

    L 1 Reply Last reply
    0
    • L Lost User

      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...

      L Offline
      L Offline
      ljp
      wrote on last edited by
      #2

      Tools->Options-> uncheck the code comments, in the bottom section.

      B 1 Reply Last reply
      0
      • L ljp

        Tools->Options-> uncheck the code comments, in the bottom section.

        B Offline
        B Offline
        Ben Burnett
        wrote on last edited by
        #3

        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...

        C 1 Reply Last reply
        0
        • B Ben Burnett

          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...

          C Offline
          C Offline
          cbates
          wrote on last edited by
          #4

          Aren't the code comments an option when starting a project? If so, there must be a setting in one of the project files that you could fix...

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups