Find the Curly Brace#

Ever need to find a corresponding curly brace in a block of code.  Just use Ctrl-] and it will find it for you!!  I think this one will come in handy!  Another one that comes in handy is Ctrl-K-F which auto formats your code.

Here is a sample if statement:

            if(true)
            {
                if(true)
                {
                    if(true)
                    {
                        if(true)
                        {
                            if(true)
                            {
                            }
                        }
                        else
                        {
                            if(true)
                            {
                            }
                        }
                    }
                    else
                    {
                        if(true)
                        {
                            if(true)
                            {
                            }
                        }
                        else
                        {
                            if(true)
                            {
                            }
                        }
                    }
                }
                else
                {
                    if(true)
                    {
                        if(true)
                        {
                            if(true)
                            {
                            }
                        }
                        else
                        {
                            if(true)
                            {
                            }
                        }
                    }
                    else
                    {
                        if(true)
                        {
                            if(true)
                            {
                            }
                        }
                        else
                        {
                            if(true)
                            {
                            }
                        }
                    }
                }
            }


Tuesday, December 07, 2004 2:58:42 PM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Tracked by:
"roulette" (roulette) [Trackback]

 

Comments are closed.
All content © 2010, Mark Arteaga
On this page
Related Sites
Archives
Sitemap
Disclaimer

Powered by: newtelligence dasBlog 1.9.7174.0

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Send mail to the author(s) E-mail

Theme design by Jelle Druyts