博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
sublime text 2 安装emmet插件
阅读量:7038 次
发布时间:2019-06-28

本文共 477 字,大约阅读时间需要 1 分钟。

一.添加插件之前先 下载Package Control按 Ctrl+`(就是~这个键) 复制下面的代码 确认 重新启动sublime text2import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())二.添加zen coding ( emmet sublime text2 版的 zen coding)按 ctr+shift+P,输入 install Package,找到emmet,确认安装

 

转载于:https://www.cnblogs.com/qhorse/p/4835472.html

你可能感兴趣的文章
OEM解析:WayOs PC、ISP、BCM等各版本OEM的大概过程
查看>>
如何在ToolBar中显示文字和图标,自定义图标大小,并和MenuItem关联
查看>>
sql 分页查询
查看>>
between and 相关
查看>>
android Fragments详解七:fragement示例
查看>>
VC++错误 'OnLButtonDown' : member function not declared in 'CYx2_31View'
查看>>
linq sum where
查看>>
系统性能优化一例
查看>>
【背景建模】混合高斯模型的改进
查看>>
startActivityForResult()的用法 转
查看>>
类的operator new与operator delete的重载
查看>>
几个与Dropbox和Ubuntu One有关的链接
查看>>
一个完整的搜索系统 - God bless you - 博客园
查看>>
Java中List转换为Array
查看>>
跨浏览器开发:CSS代码的金科玉律
查看>>
钱币换算
查看>>
mysql 服务无法启动
查看>>
修改和添加Apache的默认站点目录
查看>>
UserAgent
查看>>
Tomcat 7绑定域名
查看>>