10
09/2014
emmet 笔记 3 - actions
前面两片文章其实都只是 Expand Abbreviation(扩展缩写)快捷键是
tab 或者
交互式扩展
ctrl+alt+enter
在下面的输入框,输入标签名
Match Tag Pair 匹配标签对
- Match Tag Pair Outward – ⌃D (Mac) / Ctrl+, (PC)
- Match Tag Pair Inward – ⌃J / Shift+Ctrl+0
Wrap With Abbreviation 标签包裹
⌃W / Shift+Ctrl+G 选择文字,ctrl+w 用标签包裹
html 代码转义
后面加 |e,escape 这个很有用。比如我在写代码的时候就需要转义 > < 等等.其它还有 |yaml 输出为 yaml,|s 代码输入为一行
#content>p.title|e
<div id="content"> <p class="title"></p> </div>
图片 base64
选择图片路径,
Go to Edit Point
数字加减
- Increment by 1: Ctrl+↑
- Decrement by 1: Ctrl+↓
- Increment by 0.1: Alt+↑
- Decrement by 0.1: Alt+↓
- Increment by 10: ⌥⌘↑ / Shift+Alt+↑
- Decrement by 10: ⌥⌘↓ / Shift+Alt+↓
配置文件
snippets.json 代码片段
preferences.json 过滤和动作
syntaxProfiles.json 样式