Home  >  Q&A  >  body text

Sublime text 3 cannot install Emme?

Why sublime text 3 cannot install Emme?

Windows system

岭南荔枝花寂寞憔悴岭南荔枝花寂寞憔悴2615 days ago1629

reply all(2)I'll reply

  • 天蓬老师

    天蓬老师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())


    reply
    1
  • 哦先生

    哦先生2017-09-14 22:12:38

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

    reply
    0
  • Cancelreply