Sublime Text安裝Emmet(Zen Coding)插件

咱們採用在線安裝的方式,直接在Sublime裏面操做。下面有Text2和Text3的區別python

一、召喚出console,ctrl+"+"+"~",或者View->show console。在控制檯輸入編輯器

Text2輸入:ui

import 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())

Text3裏面內置的python版本不同,因此urllib2的包不適用於Text3。Text3輸入:url

import  urllib.request,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();urllib.request.install_opener(urllib.request.build_opener(urllib.request.ProxyHandler()));open(os.path.join(ipp,pf),'wb').write(urllib.request.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())

console跑完;而後重啓編輯器。.net

二、在導航欄preferences裏面最下面最多出兩列。Package Setting於Package Control。這就證實剛剛成功了。點進Package Control。界面以下,選擇Install Pageage。等左下角加載完畢。code

頁面自動跳出下面的內容,輸入Emmet,下載便可。依舊等等加載完畢。ip

最後加載完畢,頁面變成這樣就結束了:it

相關文章
相關標籤/搜索