# HTML代码助手
安装方法:
打开HBuilder 工具》扩展代码块》html代码
![](https://box.kancloud.cn/2016-08-31_57c6b380c5aab.png)
相关代码放在了 http://git.oschina.net/hongweizhiyuan/newthink_tools 大家可以下载使用!
语法如下:
```
with_defaults :scope => 'text.html text' do |bundle|
#foreach代码块开始
snippet 'tcforeach' do |cmd|
#tcforeach是显示名称,代码助手提示列表显示时可见
cmd.trigger = 'tcforeach'
#tcforeach是激活字符,即按下tcforeach后会触发该代码块
cmd.expansion = "<foreach name=\"$1\" item=\"vo\">
$0
</foreach>"
#expansion是代码块的输出内容,其中$0、$1是光标的停留和切换位置。$1是第一个停留光标,$0是最后回车时停留的光标。
#如果输出涉及到换行和tab,也需严格在这里使用换行和tab。
#输出双引号在前面加\来转义,输出$使用$$转义
cmd.needApplyReContentAssist = true
#这句话的意思是输出后同时激活代码助手,即在$1的位置直接拉出样式列表
end
#foreach代码块结束
end
```
目前所有的:
### 默认有的
tcforeach
tcvolist
tcfor
tcswitch
tceq
tcin
tcif
tcifelse
tcifelseif
tcpresent
tcnotpresent
tcempty
tcdefined
tcphp
tcimport
tcload
tcjs
tctcinclude
tcinclude
tcliteral
tcroot
tctmpl
tcstatics
以下是我加的:
###1、tcsite
tcsite_name
tcsite_host
tcsite_root
tcsite_icp
tcsite_police
tcsite_company_address
tcsite_company_telphone
tcsite_admin_email
tcsite_copyright
tcsite_tongji
tcsite_seo_title
tcsite_seo_keywords
###2、路径
tcpublic
###3、列表内容热门友链URL
tcarclist
tclist
tcarticle
tcpage
tclisthot
tclinks
tcurl_list
tcurl_article
### 4、title
tctitle_index
tctitle_list
tctitle_article
tctitle_page
### 5、pos
tcpos_list
tcpos_article
tcpos_page
- HBuilder扩展代码块
- Sublime扩展代码块
- 模板
- 基础
- 模板标签
- 前端组件
- 公共模板
- 进阶
- 前台模板
- 房产装修风格
- 博客类模板
- 企业站-监控模板
- 后台模板
- 漂亮的后台模板
- ThinkCMF 1.6 后台界面升级
- 新的模板
- 后台UI
- H+后台主题
- Ace Admin
- 信息系统(橙蓝)
- 阿里云UI
- 不错的网站
- 常见问题
- dedecms 模板修改为 newthink 模板目录的步骤
- 网站信息 新增条目方法
- 系统切换中英文
- 2.3 门户模板制作
- 文章列表页制作
- 文章内容页制作
- 页面制作
- 获取文章的各种方式
- 热门文章组件制作
- SEO制作
- 文章相册制作
- 文章列表推荐功能制作
- 文章列表置顶功能制作
- 面包屑制作
- 格式化