What does the underline that is automatically put under the end brace of a method by IntelliSense brace completion denote? I'm attaching an image to indicate what I'm talking about. Specifically, is there a keyboard shortcut to navigate to the underline while still being in the method block?
To recreate the screenshot, create a method in VS 2015 and when you hit the open curly brace, both the curly braces show up. Hit enter and continue adding code including decision code blocks and the underline is still there. Is there a keyboard shortcut to navigate to the underline without having to traverse through all the other lines of code?
This screenshot is from Visual Studio 2015 but I remember this being present in Visual Studio 2013 as well. Thanks for the help.