I use a modified form of TODO comment (SteveC_TODO) that allows me to group my own todos together in the task list.
Yesterday I thought it would be nice to modify th
I think you have to modify it to something like
$accessability$ $returntype$ $method$($arguments$)
{
//SteveC_TODO: implement $method$
$end$throw new $Exception$("The method or operation is not implemented.");
}
You have to declare the literals accessability, returntype, method, arguments,...
Have a look here for how to create codesnippets