Tuesday, 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 comment:

  1. Settings / Formatting / Convert line breaks

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

    ReplyDelete