Why sublime text 3 cannot install Emme?
Windows system
天蓬老师2017-09-15 14:35:36
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())
哦先生2017-09-14 22:12:38
I’ve never heard of Emme, but I’ve heard of Emmet. Usually it comes with it, right?