快捷的switchCase代码模板 ##abbreviation : switchc ##template text: switch($condition$){ case $value$: $todo$ break; default:break; }