August 25, 2009

Live Writer

Seems a lot of people recommend live writer for blogging. This is probably old hat to anyone reading this, but I like saving information for my own sake sometimes.

I’ve also added the code snippet plugin that is available on codeplex.

public static void SomeMethod()
{
    Func<int, int> sqrInt = x => x * x;
    Console.WriteLine(sqrInt(5));
}

Seems to work better than the other snippet tools that I have played with, but I wonder how it holds up to edits.

1 comments:

Tyler said...

Settings / Formatting / Convert line breaks

Set this to "No" or the code will be double/triple lines.

Post a Comment

 
Copyright © CodeCuriosity | Theme by BloggerThemes & frostpress | Sponsored by BB Blogging