Intellij Idea shortcut key finishing (GO)

Source: Internet
Author: User
Tags code tag

  1. Ctrl+shift + Enter, statement completion
  2. “! ", negative completion, enter expression when you press"! "Key
  3. Ctrl+e, recent files
  4. Ctrl+shift+e, recently changed files
  5. Shift+click, you can close the file
  6. ctrl+[OR], you can run to the beginning and end of curly braces
  7. CTRL+F12, the structure of the current file can be displayed
  8. CTRL+F7, you can query the current element's reference in the current file, and then press F3 to select
  9. CTRL + N, you can quickly open class
  10. Ctrl+shift+n, you can quickly open files
  11. Alt+q, you can see the declaration of the current method
  12. Ctrl+p, can display parameter information
  13. Ctrl+shift+insert, you can select the Clipboard contents and insert
  14. Alt+insert, you can generate constructors/getter/setter, etc.
  15. Ctrl+alt+v, you can introduce variables.  For example: New String (); Automatic import of variable definitions
  16. Ctrl+alt+t, the code can be wrapped within a block, for example: Try/catch
  17. Ctrl+enter, import package, auto fix
  18. Ctrl+alt+l, formatting code
  19. Ctrl+alt+i, the selected code is automatically indented, which can also work when editing a JSP file
  20. Ctrl+alt+o, optimizing imported classes and Packages
  21. Ctrl+r, replacing text
  22. Ctrl+f, finding text
  23. Ctrl+shift+space, auto-complete code
  24. CTRL + spaces, code hints (conflicts with system input accelerator keys)
  25. Ctrl+shift+alt+n, finding a method or variable in a class
  26. Alt+shift+c, Recent Changes
  27. Alt+shift+up/down, move up/down one line
  28. Shift+f6, refactoring-renaming
  29. CTRL+X, deleting rows
  30. Ctrl+d, copying rows
  31. ctrl+/or ctrl+shift+/, comments (//or/**/)
  32. Ctrl+j, Automatic code (ex: SERR)
  33. Ctrl+alt+j, surround with dynamic templates
  34. Ctrl+h, showing class structure diagram (class inheritance hierarchy)
  35. Ctrl+q, displaying the comment document
  36. ALT+F1, find the location of your code
  37. Alt+1, quickly open or hide the engineering panel
  38. Ctrl+alt+left/right, return to the last viewed location
  39. Alt+left/right, Toggle Code View
  40. Alt+up/down, quickly move the positioning between methods
  41. Ctrl+shift+up/down, move statement up/down
  42. F2 or SHIFT+F2, highlighting error or warning quick location
  43. tab, after the code tag input is complete, press TAB to generate the code
  44. CTRL+SHIFT+F7, highlight all the text, press ESC to highlight the disappear
  45. ALT+F3, find the same text down one by one and highlight
  46. Ctrl+up/down, the cursor moves to the first or last line
  47. Ctrl+b/ctrl+click, quickly open the class or method at the cursor (jump to definition)
  48. Ctrl+alt+b, jump to method implementation
  49. Ctrl+shift+backspace, jump to the last edited place
  50. Ctrl+o, overriding method
  51. Ctrl+alt+space, class name auto-complete
  52. Ctrl+alt+up/down, quick Jump search results
  53. Ctrl+shift+j, integrate two lines
  54. Alt+f8, calculating the value of a variable
  55. Ctrl+shift+v, you can insert the most recently used Clipboard Content selection into the text
  56. Ctrl+alt+shift+v, simple paste
  57. Shift+esc, you can not only move the focus to the editor, but also hide the current (or last active) tool window
  58. F12, move the focus from the editor to the most Recently used tool window
  59. SHIFT+F1, to open the editor cursor character used by the class or method of the Java document browser
  60. Ctrl+w, you can select a word followed by a statement followed by a function.
  61. Ctrl+shift+w, deselect the word cursor
  62. ALT+F7, find the location of a class, method, or variable used in the entire project
  63. Ctrl+i, Implementation method
  64. Ctrl+shift+u, Case conversion
  65. Ctrl+y, delete when moving forward
  66. Shift+enter, insert a new row down
  67. Psvm/sout,main/system.out.println (); Ctrl+j, see more
  68. CTRL+SHIFT+F, Global Lookup
  69. Ctrl+f, find/shift+f3, find/f3 up, look down
  70. Ctrl+shift+s, Advanced Search
  71. Ctrl+u, go to parent class
  72. Ctrl+alt+s, open the Settings dialog box
  73. Alt+shift+inert, toggle column selection mode on/off
  74. Ctrl+alt+shift+s, open current project/module properties
  75. Ctrl+g, positioning line
  76. Alt+home, jump to navigation bar
  77. Ctrl+enter, plug in a line
  78. Ctrl+backspace, delete by word
  79. CTRL + "+ +", current method expansion, folding
  80. ctrl+shift+ "+/-", expand All, fold
"Debug section, compile"
    1. CTRL+F2, stop.
    2. ALT+SHIFT+F9, select Debug
    3. ALT+SHIFT+F10, select Run
    4. CTRL+SHIFT+F9, compiling
    5. CTRL+SHIFT+F10, run
    6. Ctrl+shift+f8, viewing breakpoints
    7. F8, Step Over
    8. F7, Step Into
    9. SHIFT+F7, smart Step Into
    10. Shift+f8, step out
    11. ALT+SHIFT+F8, force step Over
    12. ALT+SHIFT+F7, force Step Into
    13. ALT+F9, run to Cursor
    14. CTRL+ALT+F9, force run to Cursor
    15. F9, recovery program
    16. ALT+F10, navigate to Breakpoint
    17. Ctrl+f8, Toggle Line Breakpoint
    18. CTRL+F9, building the project
    19. Alt+1, Project
    20. Alt+2, Collection
    21. Alt+6,todo
    22. ALT+7, structure
    23. Ctrl+shift+c, copy Path
    24. Ctrl+alt+shift+c, copy reference, must select Class name
    25. Ctrl+alt+y, Sync
    26. ctrl+~, fast switching scheme (interface appearance, code style, shortcut key mapping menu)
    27. SHIFT+F12, restoring the default layout
    28. CTRL+SHIFT+F12, Hide/restore all windows
    29. CTRL+F4, close
    30. CTRL+SHIFT+F4, close the Events tab
    31. Ctrl+tab, go to the next splitter
    32. Ctrl+shift+tab, go to the previous splitter
"Refactoring"
    1. Ctrl+alt+shift+t, pop-up refactoring menu
    2. SHIFT+F6, renaming
    3. F6, Mobile
    4. F5, copy
    5. Alt+delete, Safe removal
    6. Ctrl+alt+n, inline
Find
    1. Ctrl+f, finding
    2. Ctrl+r, replacing
    3. F3, find the next
    4. SHIFT+F3, Find Previous
    5. Ctrl+shift+f, finding in Path
    6. Ctrl+shift+r, replacing in Path
    7. Ctrl+shift+s, search structure
    8. Ctrl+shift+m, replacing the structure
    9. ALT+F7, finding usage
    10. CTRL+ALT+F7, displaying usage
    11. Ctrl+f7, finding usages in files
    12. CTRL+SHIFT+F7, highlighting usage in files
"VCS"
    1. Alt+~,vcs Action Menu
    2. Ctrl+k, Commit Changes
    3. CTRL+T, UPDATE Project
    4. Ctrl+alt+shift+d, show change

Original: http://www.cnblogs.com/tonycody/p/3257601.html

Intellij Idea shortcut key finishing (GO)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.