Saturday, October 6, 2007

CodeSnippet Plugin for WindowsLiveWriter

This tools is just great , so very often writing a code article one needs to
 1: Class CodeSnippet


 2: {


 3: // with text hilighting


 4: int a = int.MinValue;


 5: string s = string.Empty;


 6:  


 7: public CodeSnippet() 


 8: {


 11: }



format the code snippets. Not anymore simply paste your code and CodeSnippet plug-in will do the rest. All you need to do is focus on the content and hit publish!

No comments: