webstorm (idea) auto-completion method common and common keyboard shortcuts

A: automatic tag completion:
(1) a pure tag completion
Example: h1 of input, pressing the Tab key,


(2) pure address label + "id"
Example: input h1 # ccg, press Tab,


(3) pure class label + "class"
Example: input h1.ccg, press Tab


(4) sub-tab label + + number of sub-labels
Example: input div> p * 6, pressing the Tab key,


(5) sub-tab label + + + class number of sub-sub-sub-tab label + + +} HTML} Address
Example: input ul.menu> li * 6> a [ href = #] {HTML}, press Tab,

 

Two: Shortcuts search function
(1) ctrl + F: search for something the current file, can achieve the replacement of the same label.
(2) Double-click the shift: global find.
(3) ctrl + E: Find recently opened files
(4) ctrl + shift + N : quickly Search process by file name file
(5) ctrl + K: Find Next
(6) ctrl + shift + K : on a lookup
(7) ctrl + shift + R : batch Code replace the specified directory
(8) ctrl + shift + F : Catalog code specified batch search

Guess you like

Origin www.cnblogs.com/daiwenxiang/p/12323816.html