temporary(ephemeral) templates
Is there a way to create a template on the fly? If I want to add new else
clause using a template, can I just invoke some keys and create the template
in a queue?
if (){
}
... do some idea templating...
paste:
else if (decode($code$)) {
}
请先登录再写评论。