-
Snippet Creator 1.0 released
1 CommentThis tool is made to simplify the monotonous task of creating batches of code snippets. It generates each XML snippet by completing some fields, and it also generates the Visual Studio Installer (.VSI) file to integrate the package of created snippets to Visual Studio.
This tool was very useful in projects in which we developed Labs, which had tons of code snippets.
New features:
· Load/Save Project: You can save a project if you plan to change it later and load an existing project.
· Code Snippet Editor improved: The code editor was improved with syntax coloring depending on the selected language and line numbering. Thanks to Jonathan Cisneros for his valuable help on implementing this feature.
· Improved User Interface and Experience and fixed reported bugs.
· Code refactored: The code of Snippet Creator was improved a bit. I’ll plan on continuing doing this until the source code is released. Thanks to Julian Dominguez and Ezequiel Jadib for refactoring tips.
Next features
On the future I wish to implement:
· Loading a project from a .vsi file
· Help
· Installer
You can download it from here: SnippetCreator.zip
To use it just unzip all files into a folder. e.g. “C:\SnippetCreator”
If you need further help on the tool please visit the first Snippet Creator post.
Remember that your feedback is very important.
I Hope you find it useful,
Diego
-
1 Comment:
Leave a comment
Your email address will not be published.
Damian Schenkelman’s Blog » Blog Archive » C# Code Snippet to Create Commands with Attached Behaviors using Prism said on August 14, 2009:
[...] this reason, with the help of Matias Bonaventura, and Diego Poza’s Snippet Creator tool and this group of MSDN sites we created a code snippet that will enable developers to easily create [...]