Modify Method text template when adding condition
When adding a condition to a class the Jade editor uses the defined Method text template as the method body, but this will often contain vars and epilog keywords which aren't legal in condition methods.
It would be nice if Jade automatically stripped out the vars and epilog sections of the method template.