往上移動: Ctrl + shift + ?? (方向鍵上)
往下移動: Ctrl + shift + ?? (方向鍵下)
- 快速合并和展開代碼 (
合并或展開的是某一個標(biāo)簽
)
把鼠標(biāo)光標(biāo)放在需要合并或展開的位置
合并: Ctrl + ?
展開: Ctrl + ?
- 快速合并和展開代碼 (
合并或展開選中的所有標(biāo)簽
)
用鼠標(biāo)把需要合并的多個標(biāo)簽選中
合并: Ctrl + shift + ?
展開: Ctrl + shift + ?
當(dāng)鼠標(biāo)的光標(biāo)在某一行的中間時,shift + enter 快速新起一行
shift + enter
Ctrl + alt + t mac電腦:option + command + t
Ctrl + alt + 滾輪(上下)
input:password + tab >>> <input type="password" name="" id="">
input:radio + tab >>> <input type="radio" name="" id="">
div.header + tab >>> <div class="header"></div>
div.box$*2 >>> <div class="box1"></div>
<div class="box2"></div>
span.box${我是內(nèi)容}*3 >>> 生成如下代碼:
<span class="box1">我是內(nèi)容</span>
<span class="box2">我是內(nèi)容</span>
<span class="box3">我是內(nèi)容</span>
Ctrl + alt + 滾輪 : 放大/縮小圖片
Ctrl + 滾輪: 也可以放大/小圖片
Ctrl + shift + "/" 把選中的多行代碼注釋掉,而不會多很多多余的小東西出來
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者