Windows Live Writer でコードの挿入を簡単に

ブログにもコードをキレイに貼りたいですよね。

image

Windows Live Writer Plug-ins – Insert Code for Windows Live Writer

↑を入れると、

image

↑のようなダイアログが使えるようになるので、

   1:      public partial class MainPage : UserControl
   2:      {
   3:          public MainPage()
   4:          {
   5:              InitializeComponent();
   6:          }
   7:      }

↑のようにコードを挿入することが可能になります。