Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

How do I include Custom created Snippet in my Solution so that it will be available to all team members once i Checked-In my Solution in TFS. so that there is not need for other ( my team members) to import in once again in their machine.
Posted
Updated 4-Jun-14 22:50pm
v2

1 solution

This article on MSDN explains Code Snippets:

http://msdn.microsoft.com/en-us/library/ms165394.aspx[^]

It explains that the code snippet will be copied to "%USERPROFILE%\Documents\Visual Studio 2013\Code Snippets\Visual Basic\My Code Snippets." This means it is independent of your solution or project. You'll need to distribute it to each member that wants to use it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900