zoukankan      html  css  js  c++  java
  • Emmet(之前叫Zencoding)插件安装

    按 ctr+shift+P,输入 install Package,找到emmet,确认安装

    Package Control Messages
    ========================

    Emmet:
    -----

    Thank you for installing Emmet -- a toolkit that can greatly improve your workflow. Note that this plugin automatically downloads and installs PyV8 binary (see status bar message).

    ******************************
    Please restart editor
    to finish installation process
    after PyV8 was downloaded.
    ******************************

    Tab key handler
    ==========================

    By default, Emmet allows you to expand abbreviations with Tab key in HTML, XML, HAML and CSS/SASS/LESS/Stylus documents. As a side effect, you can’t use some of your ST2 snippets.

    Please read https://github.com/sergeche/emmet-sublime#tab-key-handler about how Tab handler works and how to tweak its behavior to match your needs.

    Enter key
    ==========================

    In HTML and XML documents, Emmet overrides Enter key to insert formatted line breaks between opening and closing tags. In some cases it will break character input (for example, in Japanese language).

    To disable Enter key handler, simply add the following option in your user's Preferences file:

    "disable_formatted_linebreak": true

    Actions shortcuts
    ==========================

    Emmet has a number of actions with keyboard shortcuts that may override ones you're using commonly (for example, Ctrl-E or Ctrl-Down). Please read the project main page to get list of available actions and keyboard shortcuts and how to disable them:
    https://github.com/sergeche/emmet-sublime

    Documentation and examples:
    http://emmet.io

    ------------------------------
    Follow me on Twitter: @emmetio
    ------------------------------

  • 相关阅读:
    windows 2019 server系统中网卡里面的“详细信息”空白,无法连接网络
    Python一些插件安装
    pip版本过旧,提示要升级pip
    Mac idea 默认全局配置maven设置
    Java并发/多线程-锁的区别与使用
    Java反射的理解
    Git远程连接GitHub添加远程库
    部署Django云服务器 Gunicorn + Nginx
    Nginx在 Centos 没有sites-available 和 sites-enabled目录
    java基础学习笔记4(maven)
  • 原文地址:https://www.cnblogs.com/freeze89/p/3786124.html
Copyright © 2011-2022 走看看