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. Where Is IntelliSense For "goto" statements?

Where Is IntelliSense For "goto" statements?

Scheduled Pinned Locked Moved The Lounge
visual-studiocsharptutorialquestion
58 Posts 28 Posters 17 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.
  • B Brady Kelly

    Hey guys, give it a break;

    R Offline
    R Offline
    Rajesh R Subramanian
    wrote on last edited by
    #8

    Why not continue?

    It's time for a new sig. Seriously.

    B D R 3 Replies Last reply
    0
    • R Rajesh R Subramanian

      Why not continue?

      It's time for a new sig. Seriously.

      B Offline
      B Offline
      Brady Kelly
      wrote on last edited by
      #9

      I'll do a feasibily first, but I'll keep you in the loop on changes foreach sprint.

      1 Reply Last reply
      0
      • R Rajesh R Subramanian

        Why not continue?

        It's time for a new sig. Seriously.

        D Offline
        D Offline
        Dr Walt Fair PE
        wrote on last edited by
        #10

        We probably need to switch things, at least I think that's the case.

        CQ de W5ALT

        Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

        R 1 Reply Last reply
        0
        • R Rajesh R Subramanian

          Why not continue?

          It's time for a new sig. Seriously.

          R Offline
          R Offline
          Richard Blythe
          wrote on last edited by
          #11

          I don't use goto statements to exit a loop. Why is Dave thumbing his nose about using "goto"? If you decompile the .Net Framework, their developers still use "goto" statements. By the way, my original question has yet to be answered.

          The mind is like a parachute. It doesn’t work unless it’s open.

          L 1 Reply Last reply
          0
          • D Dr Walt Fair PE

            We probably need to switch things, at least I think that's the case.

            CQ de W5ALT

            Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

            R Offline
            R Offline
            Rajesh R Subramanian
            wrote on last edited by
            #12

            It would be fun if we do drag this thing for a while.

            It's time for a new sig. Seriously.

            T 1 Reply Last reply
            0
            • R Rajesh R Subramanian

              It would be fun if we do drag this thing for a while.

              It's time for a new sig. Seriously.

              T Offline
              T Offline
              TheyCallMeMrJames
              wrote on last edited by
              #13

              In the event that we can't, we'd better delegate someone to release the thread.

              They Call me Mister James

              D 1 Reply Last reply
              0
              • R Richard Blythe

                I don't use goto statements to exit a loop. Why is Dave thumbing his nose about using "goto"? If you decompile the .Net Framework, their developers still use "goto" statements. By the way, my original question has yet to be answered.

                The mind is like a parachute. It doesn’t work unless it’s open.

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

                a goto in some decompilation output does not prove there was a goto in the original source; it could be the decompiler did not recognize the original (looping) construct. In the end, every construct that changes the program flow is bound to get translated in an elementary jump/goto/branch/call/return instruction. :)

                Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

                Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.

                R R C 3 Replies Last reply
                0
                • R Richard Blythe

                  I don't use the: "goto" statement very often but I have started using it more frequently. Does anyone know why Visual Studio does not implement IntelliSense for goto statements? For example: // VS code editor does not show IntelliSense with //available "Label_" when entering this goto statement if (condition == true) goto Label_ExitCode; //... Label_ExitCode: //...

                  The mind is like a parachute. It doesn’t work unless it’s open.

                  P Offline
                  P Offline
                  PIEBALDconsult
                  wrote on last edited by
                  #15

                  What language?

                  R 1 Reply Last reply
                  0
                  • T TheyCallMeMrJames

                    In the event that we can't, we'd better delegate someone to release the thread.

                    They Call me Mister James

                    D Offline
                    D Offline
                    Dr Walt Fair PE
                    wrote on last edited by
                    #16

                    We could always repeat until the next topic comes up.

                    CQ de W5ALT

                    Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

                    R 1 Reply Last reply
                    0
                    • P PIEBALDconsult

                      What language?

                      R Offline
                      R Offline
                      Richard Blythe
                      wrote on last edited by
                      #17

                      C# Have you noticed that no one has even remotely answered the original question?

                      The mind is like a parachute. It doesn’t work unless it’s open.

                      P 1 Reply Last reply
                      0
                      • L Luc Pattyn

                        a goto in some decompilation output does not prove there was a goto in the original source; it could be the decompiler did not recognize the original (looping) construct. In the end, every construct that changes the program flow is bound to get translated in an elementary jump/goto/branch/call/return instruction. :)

                        Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

                        Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.

                        R Offline
                        R Offline
                        Richard Blythe
                        wrote on last edited by
                        #18

                        Point well taken.

                        The mind is like a parachute. It doesn’t work unless it’s open.

                        1 Reply Last reply
                        0
                        • D Dr Walt Fair PE

                          We could always repeat until the next topic comes up.

                          CQ de W5ALT

                          Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

                          R Offline
                          R Offline
                          RichardM1
                          wrote on last edited by
                          #19

                          I'm taking exception with this whole line of reasoning.

                          Opacity, the new Transparency.

                          T 1 Reply Last reply
                          0
                          • R RichardM1

                            I'm taking exception with this whole line of reasoning.

                            Opacity, the new Transparency.

                            T Offline
                            T Offline
                            TheyCallMeMrJames
                            wrote on last edited by
                            #20

                            You could always try to override the topic.

                            They Call me Mister James

                            R 1 Reply Last reply
                            0
                            • T TheyCallMeMrJames

                              You could always try to override the topic.

                              They Call me Mister James

                              R Offline
                              R Offline
                              RichardM1
                              wrote on last edited by
                              #21

                              Please, just take it to another thread!

                              Opacity, the new Transparency.

                              A A 2 Replies Last reply
                              0
                              • L Luc Pattyn

                                a goto in some decompilation output does not prove there was a goto in the original source; it could be the decompiler did not recognize the original (looping) construct. In the end, every construct that changes the program flow is bound to get translated in an elementary jump/goto/branch/call/return instruction. :)

                                Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

                                Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.

                                R Offline
                                R Offline
                                RichardM1
                                wrote on last edited by
                                #22

                                Luc Pattyn wrote:

                                translated in an elementary jump/goto/branch/call/return instruction

                                Good for the goose, good for the gander. There are instances where nothing else works, but they tend to be when you are implementing threads (not using them, implementing them). And when you are using VB. Wait, you are a VB programmer, why do you want to get rid of the only errorarrow in your quiver? Damn, that was a good line. :sigh: Except I wrote it after I read Dave Kreskowiak's signature, not yours, so it doesn't apply here. Well, I hope someone else can re-use it later. :)

                                Opacity, the new Transparency.

                                1 Reply Last reply
                                0
                                • R Richard Blythe

                                  I don't use the: "goto" statement very often but I have started using it more frequently. Does anyone know why Visual Studio does not implement IntelliSense for goto statements? For example: // VS code editor does not show IntelliSense with //available "Label_" when entering this goto statement if (condition == true) goto Label_ExitCode; //... Label_ExitCode: //...

                                  The mind is like a parachute. It doesn’t work unless it’s open.

                                  M Offline
                                  M Offline
                                  Mycroft Holmes
                                  wrote on last edited by
                                  #23

                                  Richard Blythe wrote:

                                  Does anyone know why Visual Studio does not implement IntelliSense for goto statements?

                                  Probably so newbies will not use it until they get to the point of understanding it's consequences. I took the lemonade in the 90s that discredited that particular set of structures and have not used a goto in more that 12 years. I do not regret the decision!

                                  Never underestimate the power of human stupidity RAH

                                  P 1 Reply Last reply
                                  0
                                  • R Richard Blythe

                                    C# Have you noticed that no one has even remotely answered the original question?

                                    The mind is like a parachute. It doesn’t work unless it’s open.

                                    P Offline
                                    P Offline
                                    PIEBALDconsult
                                    wrote on last edited by
                                    #24

                                    I was waiting for someone else to make a serious answer. I suspect it's because a label doesn't exist like a function or variable does. They don't allocate memory. Are they in the name/symbol table (or whatever)?

                                    1 Reply Last reply
                                    0
                                    • M Mycroft Holmes

                                      Richard Blythe wrote:

                                      Does anyone know why Visual Studio does not implement IntelliSense for goto statements?

                                      Probably so newbies will not use it until they get to the point of understanding it's consequences. I took the lemonade in the 90s that discredited that particular set of structures and have not used a goto in more that 12 years. I do not regret the decision!

                                      Never underestimate the power of human stupidity RAH

                                      P Offline
                                      P Offline
                                      PIEBALDconsult
                                      wrote on last edited by
                                      #25

                                      It's more a language concern; modern languages have more robust sets of flow control constructs and so don't require it. I still have to use it DCL.

                                      M 1 Reply Last reply
                                      0
                                      • P PIEBALDconsult

                                        It's more a language concern; modern languages have more robust sets of flow control constructs and so don't require it. I still have to use it DCL.

                                        M Offline
                                        M Offline
                                        Mycroft Holmes
                                        wrote on last edited by
                                        #26

                                        PIEBALDconsult wrote:

                                        modern languages have more robust sets of flow control

                                        Absolutely, I can't understand why it has not been, what's that word, deprecated. For the life of me I can't think of a reason for it to be there, I wonder if GoSub is still in there as well.

                                        Never underestimate the power of human stupidity RAH

                                        R E 2 Replies Last reply
                                        0
                                        • M Mycroft Holmes

                                          PIEBALDconsult wrote:

                                          modern languages have more robust sets of flow control

                                          Absolutely, I can't understand why it has not been, what's that word, deprecated. For the life of me I can't think of a reason for it to be there, I wonder if GoSub is still in there as well.

                                          Never underestimate the power of human stupidity RAH

                                          R Offline
                                          R Offline
                                          Richard Blythe
                                          wrote on last edited by
                                          #27

                                          Somewhere in this thread, it has been assumed that I'm a VB guy. I write C#, read C#, eat C#. (Okay, maybe not that die hard) :) I've been trying to dig up a good example of me using the "goto" statement. However, in most cases, I would probably get a pile of contradictory replys. I guess I should take the nearest exit on this "goto" road. :laugh:

                                          The mind is like a parachute. It doesn’t work unless it’s open.

                                          L N M 3 Replies 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