You must Sign In to post a response.
  • Category: Visual Studio

    Visual Studio.NET Code Editing Tips and Tricks - 15 Ways to Improve Productivity

    1. Quickly save a document: press Ctrl + S.
    2. Rebuild your solution: Press Ctrl + Shift + B or Alt + B Alt +B to compile your code.
    3. Keep or remove break point in your code by pressing F9.
    4. Press F5 to start debugging. Press Ctrl+F5 to start executing.
    5. Press the F8 key to navigate through the errors.
    6. You can create an item to appear on the Task List by right pressing Ctrl +K Ctrl +H (or by clicking on the code and selecting Add Task List Shortcut).
    7. You can quickly invoke the signature info by pressing Ctrl +Shift +space.
    8. Type few characters and press Ctrl +space to use IntelliSense.
    9. To toggle word wrap, press Ctrl +R .
    10. If you want to find a matching brace for a curly bracket ({}) or the parenthesis (()), place cursor next to it and press Ctrl+].
    11. Select the block of code, press Ctrl +K Ctrl +C to comment and press Ctrl +K Ctrl +U to uncomment.
    12. To keep (or remove) a book mark, press Ctrl +K Ctrl +K, go to next book mark, press Ctrl +K Ctrl +N & Ctrl +K Ctrl +P to the previous book mark
    13. Select the block of code, press Tab (or Shift-Tab) to alter indentation. To select a block of code, press Shift + down arrow.
    14. To collapse the code to definition, press Ctrl +M Ctrl +O and press Ctrl +M Ctrl +L to expand.
    15. To see what all code you visited or edited in the current edit session, press Ctrl +hyphen. To navigate forward, press Ctrl + Shift + hyphen.
  • #747081
    Hi Amutha,

    Thanks for your information about Visual Studio.NET Code Editing Tips and Tricks - 15 Ways to Improve Productivity.

    It is great useful for .Net User.

    You need to share Article or Information in Resource Section. Use below link



    www.dotnetspider.com/resources/
     

    Thanks and Regards
    S.Suresh

    "IF YOU WANT TO SHINE LIKE A SUN FIRST YOU HAVE BURN LIKE IT".

  • #747100
    Thanks for your tips and tricks. if you have more tips and tricks then you can write a nice article on it. If your article has good quality then you may be eligible for revenue share
    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]


  • Sign In to post your comments