Found a link to this great code colouriser from CarlosAg in the blogosphere to plug into Windows Live Writer. Works really well, and nice and quick (found many that either format incorrectly or do it perfect but slowly).
Here's a sample:
/// <summary>
/// Says Hello to the User.
/// </summary>
public void SayHello()
{
// Say Hello to the User.
MessageBox.Show("HELLO!");
}
/// Says Hello to the User.
/// </summary>
public void SayHello()
{
// Say Hello to the User.
MessageBox.Show("HELLO!");
}
And a screen grab:
Special thanks to CarlosAg for sharing.
Check it out!
1 comment:
Good words.
Post a Comment