I would like to generate such a formatted chapter comment with a label
//
public static IShouldBeSleepingAtThisTime(DateTime veryLate)
{
ForceStopCoding();
CallGFToApologize(veryLate);
GoBackHome();
}
Ideally, I would like to override / customize the behavior of the generated codes with three slashes in the "#" lines and other information, as this improves the readability of the code for large classes.
EDIT:
In addition to TheChrisKent, a very useful snippet, found a quick little Tuto Agafonov Vyacheslav on how easy it is to integrate it into VS HERE
source
share