| cocos_creator_snippets
| 快捷键 | 描述 |  
| elog | 创建creator编辑器中的log |  
| myproperty | 创建creator支持的属性 |  
| mypropertyenum | 创建creator property支持的enum属性 |  
| myarr | 创建数组 |  
| myInteger | 创建整数 |  
| mysprite | 创建精灵 |  
| mynode | 创建节点 |  
| mylabel | 创建Label |  
| mybutton | 创建Button |  
| mycomponenteventhandler | 创建组件的EventHandler |  
| mycomponenteventhandlerarr | 创建组件的EventHandler数组 |  
| mytouchlisteneron | 注册节点的触摸监听 |  
| mytouchlisteneroff | 取消节点的触摸监听 |  
| mygetset | 创建属性的get、set方法 |  
| myclip | 创建AudioClip |  
| mystateinstance | 创建继承StateInstance的类 |  |  |