Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need an application for managing my code snippets so that i can access them as fast as i could. for example a class that does CRUD or a method that calculates determinant of a matrix.
right now i save them with their relative names in a folder in file System.
are there any application that can help developers solve this kind of problems ?
are version controls or SCM's for appropriate for this kind of problems ?
Posted

1 solution

Use Visual Studio menu item Tools / Code Snippets Manager to use the code snippets management feature built into Visual Studio .NET.

On the Microsoft.com web site, I found references to the Code Snippets Manager in Visual Studio starting with Visual Studio 2005.
 
Share this answer
 
v2
Comments
Reza Oruji 7-Sep-13 14:53pm    
thanks , i also found FingerText a great plugin for notepad++

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