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. The Lounge
  3. Visual studio task list

Visual studio task list

Scheduled Pinned Locked Moved The Lounge
12 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.
  • D Offline
    D Offline
    Dan Neely
    wrote on last edited by
    #1

    is there any way to have it show all // TODO comments in the solution instead of only those in files currently open?

    Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

    L E 2 Replies Last reply
    0
    • D Dan Neely

      is there any way to have it show all // TODO comments in the solution instead of only those in files currently open?

      Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      :confused: using VS2008C# express I see all TODO comments, even with all source files closed.

      Luc Pattyn [Forum Guidelines] [My Articles]


      - before you ask a question here, search CodeProject, then Google - the quality and detail of your question reflects on the effectiveness of the help you are likely to get - use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


      D 1 Reply Last reply
      0
      • L Luc Pattyn

        :confused: using VS2008C# express I see all TODO comments, even with all source files closed.

        Luc Pattyn [Forum Guidelines] [My Articles]


        - before you ask a question here, search CodeProject, then Google - the quality and detail of your question reflects on the effectiveness of the help you are likely to get - use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


        D Offline
        D Offline
        Dan Neely
        wrote on last edited by
        #3

        2k8pro I don't. I created a dummy solution and it had the same behavior; so it's probably not solution specific. There doesn't appear to be anything relevant on the appropriate options page either.

        Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

        L 2 Replies Last reply
        0
        • D Dan Neely

          2k8pro I don't. I created a dummy solution and it had the same behavior; so it's probably not solution specific. There doesn't appear to be anything relevant on the appropriate options page either.

          Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          I am unaware of anything besides Tools/Options/Environment/TaskList. To get the list updated, I suspect you need the relevant files recompiled; you did try a Rebuild All? :)

          Luc Pattyn [Forum Guidelines] [My Articles]


          - before you ask a question here, search CodeProject, then Google - the quality and detail of your question reflects on the effectiveness of the help you are likely to get - use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


          D 1 Reply Last reply
          0
          • L Luc Pattyn

            I am unaware of anything besides Tools/Options/Environment/TaskList. To get the list updated, I suspect you need the relevant files recompiled; you did try a Rebuild All? :)

            Luc Pattyn [Forum Guidelines] [My Articles]


            - before you ask a question here, search CodeProject, then Google - the quality and detail of your question reflects on the effectiveness of the help you are likely to get - use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


            D Offline
            D Offline
            Dan Neely
            wrote on last edited by
            #5

            Just tried that. No joy. The comments appear/disappear as the containing .cs files are opened/closed. As a semi-related question: is there a way to display both comments and user tasks at the same time?

            Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

            L 1 Reply Last reply
            0
            • D Dan Neely

              Just tried that. No joy. The comments appear/disappear as the containing .cs files are opened/closed. As a semi-related question: is there a way to display both comments and user tasks at the same time?

              Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

              L Offline
              L Offline
              Luc Pattyn
              wrote on last edited by
              #6

              NAFAIK :)

              Luc Pattyn [Forum Guidelines] [My Articles]


              - before you ask a question here, search CodeProject, then Google - the quality and detail of your question reflects on the effectiveness of the help you are likely to get - use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


              1 Reply Last reply
              0
              • D Dan Neely

                2k8pro I don't. I created a dummy solution and it had the same behavior; so it's probably not solution specific. There doesn't appear to be anything relevant on the appropriate options page either.

                Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

                L Offline
                L Offline
                Luc Pattyn
                wrote on last edited by
                #7

                this[^] confirms TODO may or may not apply only to open source files, but does not really help. Seems like MS is protecting you against too many TODO: big project = many TODOs = VS Pro = only for open files FWIW: you can always search the solution for TODO :)

                Luc Pattyn [Forum Guidelines] [My Articles]


                - before you ask a question here, search CodeProject, then Google - the quality and detail of your question reflects on the effectiveness of the help you are likely to get - use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


                D 1 Reply Last reply
                0
                • D Dan Neely

                  is there any way to have it show all // TODO comments in the solution instead of only those in files currently open?

                  Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

                  E Offline
                  E Offline
                  Edw
                  wrote on last edited by
                  #8

                  I always use #warning for these kind of things. It forces a warning at compile time. And no code goes into production until all warnings are removed.

                  D 2 Replies Last reply
                  0
                  • E Edw

                    I always use #warning for these kind of things. It forces a warning at compile time. And no code goes into production until all warnings are removed.

                    D Offline
                    D Offline
                    Dan Neely
                    wrote on last edited by
                    #9

                    I might have to do that. I don't leave warnings other than bogomessages from autogenerated code alive at the production level either. I'm doing a vs2k3 to vs2k8 conversion/revision of a project I haven't looked at in about 2 years. I'm putting down lots of //TODO replace ArrayList with List or //TODO see if there's a better way type comments as I review things while working on the revisions design doc.

                    Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

                    H 1 Reply Last reply
                    0
                    • L Luc Pattyn

                      this[^] confirms TODO may or may not apply only to open source files, but does not really help. Seems like MS is protecting you against too many TODO: big project = many TODOs = VS Pro = only for open files FWIW: you can always search the solution for TODO :)

                      Luc Pattyn [Forum Guidelines] [My Articles]


                      - before you ask a question here, search CodeProject, then Google - the quality and detail of your question reflects on the effectiveness of the help you are likely to get - use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


                      D Offline
                      D Offline
                      Dan Neely
                      wrote on last edited by
                      #10

                      GAH!!!!! WTF can't they make stuff like that user configurable with different defaults if it'll make the C#/VB/C++ PM's feed good to have theirs work differently.

                      Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

                      1 Reply Last reply
                      0
                      • D Dan Neely

                        I might have to do that. I don't leave warnings other than bogomessages from autogenerated code alive at the production level either. I'm doing a vs2k3 to vs2k8 conversion/revision of a project I haven't looked at in about 2 years. I'm putting down lots of //TODO replace ArrayList with List or //TODO see if there's a better way type comments as I review things while working on the revisions design doc.

                        Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

                        H Offline
                        H Offline
                        Henry Minute
                        wrote on last edited by
                        #11

                        I'm on 2k8Std. All Comment Tasks show, whether file open or not.

                        Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

                        1 Reply Last reply
                        0
                        • E Edw

                          I always use #warning for these kind of things. It forces a warning at compile time. And no code goes into production until all warnings are removed.

                          D Offline
                          D Offline
                          Dan Neely
                          wrote on last edited by
                          #12

                          Is there a way to keep "#warning" out of the error list itself? #warning Old mockup. Remove from release app. I this example I'd like to only see "Old mockup. Remove from release app.".

                          Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

                          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