This article describes the default shortcut key for idea http://www.jikexueyuan.com/blog/229.html
In addition: The teacher set the shortcut key to eclipse, you need to find keymap in preference, the shortcut key selected as Eclipse (if it is Mac Ben Select Eclipse OSX), default is Eclipse shortcut key
Eclipse Auto Tip is alt+/
IntelliJ idea is good in some ways, such as JavaScript auto-completion, HTML page authoring, and so on, which is much better than other IDE tools. This article describes some of the shortcut keys for idea.
1, ALT + ENTER import package, automatic correction
2. CTRL + N Find class
3. Ctrl+shift+n Find Files
4. Ctrl+alt+l Format Code
5. Ctrl+alt+o optimization of imported classes and packages
6, Alt+insert generate code (such as Get,set method, constructor, etc.)
7. Ctrl+e or Alt+shift+c recently changed code
8. Ctrl+r Replacement Text
9. Ctrl+f Find Text
10, Ctrl+shift+space automatic completion code
11. Ctrl + SPACE Code hint
12. Ctrl+alt+space class name or interface name hint
13. Ctrl+p Method Parameter hint
14. Ctrl+shift+alt+n find a method or variable in a class
15. Alt+shift+c vs. recently modified code
16. Shift+f6 Refactoring-Renaming
17, ctrl+shift+ first on the key
18, ctrl+x Delete Row
19, Ctrl+d copy Line
20, ctrl+/or ctrl+shift+/Comments (//or)
21, Ctrl+j Automatic code
22. Ctrl+e recently opened file
23. CTRL+H Display class structure diagram
24. CTRL+Q Display Note document
25. Alt+f1 find the location of your code
26. Alt+1 quickly open or hide the engineering panel
27. ctrl+alt+ Left/right return to the last viewed location
28. ALT + Left/right Toggle Code View
29. ALT + Up/down Fast moving location between methods
30, Ctrl+shift+up/down code up/down move.
31, F2 or SHIFT+F2 highlighting error or warning quick positioning.
32. After the code tag input is complete, press TAB to generate the code.
33, select the text, press CTRL+SHIFT+F7, highlight all the text, press ESC to highlight the disappearance.
34, Ctrl+w selected code, continuous press will have other effects.
35, select the text, press ALT+F3, look down the same text, and highlight.
36. Ctrl+up/down cursor jumps to the first or last line.
37. Ctrl+b quickly open the class or method at the cursor.
Question and Answer essence-intellij idea shortcut key Daquan