Insert Code Snippet – Tip Of Week #15

Hi guys, do you know you can use already ready code inside your visual studio? Yes certainly you can insert code snippets into your code. You can invoke the “Insert Snippet” by using shortcut “ctrl k + ctrl x”.

snippet

You can download some of the code snippets from http://msdn.microsoft.com/en-us/vstudio/aa718338.aspx all you need to do is install this file at “My DocumentsVisual Studio 2008Code SnippetsVisual C#My Code Snippets” location. You can also find some more snippets at http://www.codeplex.com/snippetlibcsharp/Release/ProjectReleases.aspx?ReleaseId=14841 all you need to do is copy this snippet at “My DocumentsVisual Studio 2008Code SnippetsVisual C#My Code Snippets” and you are ready to use these ready made code into your visual studio using shortcuts “ctrl k + ctrl x”

You can also insert the snippets by writing a part of it and pressing tab twice. For e.g. to insert a new property in your code type

prop + tab + tab

this will insert a property in your code window.

So keep using this to improve your productivity, and enjoy coding.

:Ajay Matharu

tags: , , , , , , , , , ,

Related Posts



One Response to “Cannot create/shadow copy when that file already exists”

  1. Social comments and analytics for this post…

    This post was mentioned on Twitter by matharuajay: Cannot create/shadow copy when that file already exists http://tinyurl.com/ykjb8c9...

Leave a Reply