Shortcut keys for Intellij-idea
ctrl+/ or ctrl+shift+/ |
Comments (// or/*...*/ ) |
Shift+f6 |
Refactoring-Renaming |
Ctrl+x |
Delete Row |
Ctrl+d |
Copy rows |
Ctrl+g |
Find rows |
Ctrl+shift+up/down |
The code moves up/down. |
F2 or Shift+f2 |
Highlight error or warning quick location |
Write code, press TAB |
Generate code |
Select text, press Ctrl+shift+f7 |
Highlight all of the text and press ESC to highlight the disappear. |
Ctrl+b |
Quickly open a class or method at the cursor |
Ctrl+e |
Recently opened files |
Alt+f1 |
Find the location of your code |
Ctrl+alt+l |
Formatting code |
Ctrl+r |
Replace text |
Ctrl+f |
Find text |
Ctrl+p |
Method parameter Hints |
Ctrl+shift+c |
Copy file path |
Ctrl+alt+shift+c |
Copy the relevant data including the path and the row |
Ctrl+shift+v |
Paste from history |
Ctrl+y |
Delete entire row |
Ctrl+shift+enter |
New CCB |
Ctrl+alt+enter |
In front of the current line new CCB |
2, zencoding-Enter the left abbreviation, press the TAB key is OK
Html:5 |
HTML5 structure |
Link:css |
Introducing CSS |
Script:src |
Introducing JS |
Script |
Inserting JS in HTML |
ul+ |
UL and an Li |
A:link |
<a href= "/http" ></a> |
A:mail |
<a href= "mailto:" ></a> |
Form:get |
Get form |
Input:hidden |
Hidden input Box |
Div#name |
Id:name |
Div.name |
Class:name |
Div.one.two |
Class:one,two |
Head>link:css |
Head Plus link |
P+p |
Two x P |
P*3 |
3 x P |
Ul>li.item$*6 |
Under the creation of UL there is a li at the same class, respectively, item1,item2 ... |
Pos |
Postion, combination of available pos:s|a|r|f |
T |
Top, combination a auto |
R |
Right, combination a |
L |
Left |
B |
Bottom |
Z |
Z-index |
Fl |
Float |
Cl |
Clear |
D |
Display combination available N|b|i|ib |
V |
Visibility |
Ov |
Overflow |
Zoo |
Zoom:1 |
Cp |
Clip |
Bx |
Box-sizing |
Bxsh:w |
-webkit-box-shadow: 0 0 0 #000; |
Webstorm Shortcut Key Collection