Congratulations to all monthly winners of May 2013 !!! They have won INR 2900 cash and INR 27497 worth prize.
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 7196 |  Welcome, Guest!   Register  Login
 Home > Blogs > Others > Short cuts of visual studio ...
Hariinakoti

Short cuts of visual studio

 Blog author: Hariinakoti | Posted on: 9/14/2012 | Category: Others Blogs | Views: 703 | Status: [Member] | Points: 75 | Alert Moderator   
Ads

Editing


Collapses existing regions view of the types and members (CTRL + M + O)
Removes all outlining information in the document. (CTRL + M + P)
selected collapsed region are Toggled. (CTRL + M + M)
Inserts an element in the beginning of current line or currently selected lines. (CTRL + K + C)
Removes an element in the beginning of current line or currently selected lines. (CTRL + K + U)
Formats current document as per indentation and code formatting specified on the Formatting pane in Tools-> Options -> Text Editor -> C#. (CTRL + K + D)
Pastes Clipboard ring text to the cursor location in a file. Further using the shortcut key iterates Clipboard ring to the end. (CTRL + SHIFT + V)
Displays the smart tag menu options.(CTRL + .)

Intellisense


Displays the smart tag menu options. (CTRL + K + I)
Visible completion list becomes transparent. (CTRL)

Debugging


Launches Debug Mode (F5)
Launches without Debug Mode (CTRL + F5)
Sets or removes a breakpoint in current line (F9)
Removes all breakpoints (CTRL + SHIFT + F9)

Navigation


Displays references for the symbol selected (CTRL + K + R)
Moves the cursor to the matching brace in the source (CTRL + ])
Navigates to the code declaration of the selected symbol (F12)
Moves to the previously browsed code line (CTRL + -)
Displays the Code view of selected item (F7)
Switches to Design view from Source view (SHIFT + F7)
Switches to Source view from in Design view (SHIFT + F7)
Displays the Find and Replace dialog box (CTRL + F)
To get the Go To Line dialog box (CTRL + G)

Window


To display Class window (CTRL + W + C)
To display Class Definition window (CTRL + W + D)
To display the window Error List (CTRL + W + E)
To get the Object Browser (CTRL + W + J)
Displays Solution Explorer, with projects and files in the current solution (CTRL + W + S)
Displays the window Task List (CTRL + W + T)
Closes the tools window (SHIFT + ESC)
To close the current tab (CTRL + F4)
Displays IDE Navigator and selectes the first window (CTRL + TAB)

Snippets


Class (class | TAB | TAB)
Constructor (ctor | TAB | TAB)
Windows - Message Box (mbox | TAB |TAB)
Console - WriteLine (cw | TAB | TAB)
Property - (prop | TAB | TAB)
To get more snippets ( CTRL + K + X)

Build


To Build all projects in a solution (F6 / CTRL + SHIFT + B)
To Build the selected project and its dependencies (SHIFT + F6)


it is not my own article.i found it is in google



Thanks & Regards
Hari
Found interesting? Add this to:



 More Blogs from Hariinakoti

     More ...

    About Hari Inakoti

    Experience:0 year(s)
    Home page:www.dotnetfunda.com
    Member since:Tuesday, April 03, 2012
    Level:Starter
    Status: [Member]
    Biography:

     Responses

    Akiii
    Posted by: Akiii | Posted on: 9/17/2012 | Level: Bronze | Status: [Member] | Points: 15 | Alert Moderator 

    This is of great help.....

    Thanks and Regards
    Akiii

    Anilgenius
    Posted by: Anilgenius | Posted on: 10/30/2012 | Level: Starter | Status: [Member] | Points: 15 | Alert Moderator 

    Thanks for the info.

    Anil Sharma
    www.nxgensoftwares.com
    www.cloud9india.net

    >> Write Response - Respond to this post and get points

    More Blogs

    About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
    General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
    Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 6/18/2013 7:53:22 PM