Sublime text 3 cannot install Emme?
岭南荔枝花寂寞憔悴
岭南荔枝花寂寞憔悴 2017-09-14 20:13:42
0
2
1681

Why sublime text 3 cannot install Emme?

Windows system

岭南荔枝花寂寞憔悴
岭南荔枝花寂寞憔悴

reply all(2)
Peter Zhu

Emmet is a front-end development tool that can greatly speed up the writing of HTML code.

After the installation of Sublime Text 3 is successful, if you want to use third-party plug-ins, you must install the Package Control console.

Use the Ctrl+` shortcut key or open the command line through the View->Show Console menu and paste the following code:

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


哦先生

I’ve never heard of Emme, but I’ve heard of Emmet. Usually it comes with it, right?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template