打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
How to install Emmet in Sublime Text 3 ? Ishaan Rawat
Blog > Sublime Text > How to install Emmet in Sublime Text 3
December 28, 2013

How to install Emmet in Sublime Text 3

Hello friends, I am back with my solutions to unsolved issues. This time I will help you in installing Emmet in Sublime Text 3.

Emmet is the best plugin ever made to increase your speed in writing codes and increase your efficiency. It is a plugin for many popular text editors which greatly improves HTML & CSS workflow.

I was using Emmet in sublime text 2. But as Sublime Text 3 beta released, I updated by Sublime to the latest version and found that Emmet was not working in Sublime Text 3. So I started my search but unfortunately I was unable to find a working solution. There were many sites and tuts but they were not guiding properly. So finally I found the solution by myself. I know this is the same as Sublime Text 2′s way but it does not matter.

Lets get Started…

Requirements:

  • Sublime Text 3
  • And a good sense of following steps… :p

Steps:

Installing Package control

  1. Open Sublime Text 3.
  2. Open console by pressing CTRL + ` or going to View > Show Console.
  3. Paste the following code and press Enter.
  4. Source Code
    1
    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())
  5. Wait for a minute and restart your Sublime Text.

Installing Emmet (Main Part)

  1. After you have successfully installed Package Control, open Command Palette by pressing CTRL + SHIFT + P or going to Tools > Command Palette…
  2. Type install and click on Package Control: Install Package.
  3. After loading type Emmet in the search bar and click on Emmet.
  4. Wait for it to install (and yes this is also a step). Leave your system for 2-3 minutes as it will install some required repositories also like PyV8. Keep an eye on the Status bar (the light grey bar in the bottom of your editor which shows the Line and the Column number).
  5. After your status bar is clean and has nothing except the Line and Column number restart you Sublime.

and Look out..!!! Emmet is installed in your Sublime.

Enjoy and keep coding. And if there is any problem with the steps please comment below.

Note: This has been tested in Sublime Text 3 build 3062

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
Sublime Text 3 常用插件安装(持续更新)
Sublime Text 2/3 安装Emmet(Zencoding)
体验了Sublime + Emmet,才体会到原来前端开发可以这么痛快!
文本编译器Sublime Text
CentOS 6.5 下安装Sublime Text 3并且安装Package Control
sublime插件emmet的配置、使用及快捷键Ctrl+E修改成Tab键操作
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服