HTML-webstorm add shortcuts

Quick Entry tags:

Label to enter p, press Tab becomes <p> </ p>, the cursor among the label

Press the end key after typing

Fast copy and paste the cursor across a row Ctrl + D

Fast cursor to delete rows Ctrl + X

Fast label wrap a piece of content:

When select text press Ctrl + Alt + T, the pop-up option, select the package label

Let the text wrap: file - settings - editor - general - soft wrap-- check use soft wraps in editor

Quickly add a comment: Ctrl + /

 Quick Entry List tab: Enter ul> li, press the Tab key, generate a pair and a pair of li ul tag label

          Input ul> li * 3, press the Tab key, generates a pair of three pairs of li and ul tag label

          Input ul> li> h1 + ul> li * 3, ul generating a label includes a label li, li which contains a tag and a tag ul h1 tag, the tag which has 3 ul li tag

Shortcut keys to quickly jump to the tail end of the label

E.g. <div> position </ div> --------- end End key press ------- <div> </ div> new location

Today, I found the key lost the ability to jump to the end of the final, finally found the key to open the keyboard numlock, leading to only enter the number 1

Guess you like

Origin www.cnblogs.com/xiaoming521/p/12431034.html